[mythtv-commits] mythtv commit: r20722 by shane

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 17 17:17:00 UTC 2009


      Author: shane
        Date: 2009-06-17 17:17:00 +0000 (Wed, 17 Jun 2009)
New Revision: 20722
   Changeset: http://cvs.mythtv.org/trac/changeset/20722

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.h

Log:

Fixes #4688. Update the pause frame after backwards seek.

(2nd attempt, first attempt [20667] was reverted in [20716])

The pause frame is updated before the seek and after the seek
has completed the NVP playback loop sees the pause frame number
that is in the future. That frame number is greater than the
current deleteIter.key() and triggers an unwanted skip forward.

Instead of adding a 5th instance of the refresh the pause frame
idiom, create NuppelVideoPlayer::RefreshPauseFrame(void) and use
that.




More information about the mythtv-commits mailing list