]> granicus.if.org Git - handbrake/commit
fix framerate detection for AVCHD-Lite
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 24 Sep 2011 01:16:28 +0000 (01:16 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 24 Sep 2011 01:16:28 +0000 (01:16 +0000)
commit3d237202e20af694df84ad73ae2f92145777c692
tree90f63e58462878bbacec1fa3975db3c9411f3901
parent442f8efade3df7a34c52441c982c93aeb66b29e5
fix framerate detection for AVCHD-Lite

The AVCHD-Lite specification only supports 50 or 60 fps.  So to get
25 or 30 fps, they double every frame using repeat flags.  Detect
this and adjust the framerate accordingly.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4242 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decavcodec.c
libhb/internal.h
libhb/scan.c