[mythtv-commits] mythtv commit: r22539 by gigem

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Oct 19 18:48:41 UTC 2009


      Author: gigem
        Date: 2009-10-19 18:48:40 +0000 (Mon, 19 Oct 2009)
New Revision: 22539
   Changeset: http://cvs.mythtv.org/trac/changeset/22539

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp

Log:

When calculating the frame skip amount for fast-forward/rewind, use an
arbitrary value of 30 as the keyframe distance instead of the bogus
value of 1 that is currently used.  I had hoped to have the decoder
pass the actual keyframe distance to NVP, but that won't work for
recordings with variable keyframe distances.  Using 30 as the keyframe
distance is a compromise that helps some on HD-PVR recordings without
adversely affecting other recordings too much.  Fixes #6982.





More information about the mythtv-commits mailing list