Ticket #3487: potential_fix_for_3487_attempt2.diff

File potential_fix_for_3487_attempt2.diff, 344 bytes (added by skamithi, 18 years ago)

submitter confirms this fixes the issue.

  • NuppelVideoPlayer.cpp

     
    28202820{
    28212821    ClearAfterSeek();
    28222822
     2823    if (ffrew_skip != 1)
     2824        ffrew_skip = 1;
     2825
    28232826    if (!ringBuffer->isDVD())
    28242827        framesPlayed = 0;
    28252828