Ticket #3487: potential_fix_for_3487.diff

File potential_fix_for_3487.diff, 338 bytes (added by skamithi, 18 years ago)

livetv is crashing cause it is transitioning to a previous program. decoder is reset and ringbuffer is deleted. potential fix is to stop sticky rew before the transition occurs. put this fix in NVP::ResetPlaying()

  • NuppelVideoPlayer.cpp

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