[mythtv-commits] mythtv commit: r7743 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 4 23:54:45 EST 2005


      Author: danielk
        Date: 2005-11-05 04:54:44 +0000 (Sat, 05 Nov 2005)
New Revision: 7743
   Changeset: http://cvs.mythtv.org/trac/changeset/7743

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp

Log:

Fixes #564.

The problem is really that keyframe distance detection is 
disabled when we use MARK_GOP_BYFRAME, but fixing that is
somewhat involved. Until I get to that, this two liner should
do just fine. It uses a keyframe distance of 18 for jumping
forward by a keyframe when the keyframedist looks suspect.
This should work for any keyframe distance over 9 and less than
19, i.e. the common MPEG-2 distances of 12,15,18 are all covered.






More information about the mythtv-commits mailing list