Ticket #2952: attempt2.diff
| File attempt2.diff, 896 bytes (added by , 20 years ago) |
|---|
-
NuppelVideoPlayer.cpp
628 628 DisableCaptions(textDisplayMode, false); 629 629 SetCaptionsEnabled(true, false); 630 630 } 631 632 if (ringBuffer->InDVDMenuOrStillFrame())633 ringBuffer->DVD()->SeekCellStart();634 631 } 635 632 636 633 QString NuppelVideoPlayer::ReinitAudio(void) -
DVDRingBuffer.cpp
107 107 VERBOSE(VB_PLAYBACK, LOC_ERR + 108 108 QString("Seek() to time %1 failed").arg(time)); 109 109 } 110 else if (!IsInMenu() )110 else if (!IsInMenu() || !gotoCellStart) 111 111 { 112 112 gotStop = false; 113 113 if (time > 0 && ffrewSkip == 1)
