[mythtv-commits] mythtv commit: r16534 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 13 05:03:40 UTC 2008


      Author: cpinkham
        Date: 2008-03-13 05:03:40 +0000 (Thu, 13 Mar 2008)
New Revision: 16534
   Changeset: http://cvs.mythtv.org/trac/changeset/16534

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp

Log:

Add a little fuzziness to the time_base logic I added in [13475].  I've seen
cases during transcoding where the 29.97 fps value from the source file was
rounded up to 2998 by the following code:

    mpa_ctx->time_base.den = (int)ceil(video_frame_rate * 100 *
	                         framerate_multiplier);

This mod adds cases to the switch to correct for 2398, 2998, and 5995.






More information about the mythtv-commits mailing list