]> granicus.if.org Git - handbrake/commit
fix framerate detection again (really, i mean it this time)
authorjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Nov 2010 23:29:31 +0000 (23:29 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Fri, 5 Nov 2010 23:29:31 +0000 (23:29 +0000)
commitf93538e651593c3898199b36150ffd3c71074330
treeb7f70cdc8fe38a4d0524d5ce9826d1041dbce3d5
parent87f6546defc189877fefc14caf6928773c06f5b2
fix framerate detection again (really, i mean it this time)
integer overflow was causing our sanity checks of ffmpegs frame rate
to fail.  We would then fall back to using less accurate values.

Also removes the completely incorrect adjustment that I made based on
ticks_per_frame.  That is only useful in a different code path.

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