[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Apr 28 05:55:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by cpinkham on Thu Apr 28 05:50:56 2005

Modified Files:
   in mythtv/libs/libmythtv:
        nuppeldecoder.h 
Log Message:


Correct an off-by-one error in nuppeldecoder's isLastFrameKey() which is
used by the transcoder to determine if the last frame retrieved via
GetFrame() is a keyframe.  Since GetFrame increments the framesPlayed
variable after the frame is decoded, when we get around to calling
isLastFrameKey(), we need to subtract one to get the last frame.

I think this will fix up the issues some people have reported reguarding
keyframes and the transcoder and problems seeking in transcoded files.
I think this is also the issue referenced in bug #274.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list