Mailing List Archive

mythtv commits
----------------------------------------------------------------------------
Changes committed by john on Thu Jul 18 23:13:11 2002

Modified Files:
in MC/libNuppelVideo:
NuppelVideoPlayer.cpp
Log Message:
clear 'video_actually_paused' when the video loop is not paused.
We're using it as an edge detector, to set 'pause_rpos'
but 'video_actually_paused' was only being cleared when the player was paused with 'Pause()', not with 'TogglePause()'

fixes the annoying thing where you pause, and the wrong frame is left on the screen while its paused.

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