mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2025-03-01 10:39:28 +00:00
Fix jumps between recording marks
This commit is contained in:
3
video.c
3
video.c
@@ -4168,6 +4168,7 @@ static void CuvidDisplayFrame(void)
|
||||
pthread_mutex_unlock(&OSDMutex);
|
||||
|
||||
}
|
||||
|
||||
if (OsdShown == 2) {
|
||||
CuvidMixVideo(decoder, i, &target, &osdoverlay);
|
||||
} else {
|
||||
@@ -4697,7 +4698,7 @@ static void CuvidDisplayHandlerThread(void)
|
||||
// FIXME: hot polling
|
||||
// fetch+decode or reopen
|
||||
allfull = 0;
|
||||
err = VideoDecodeInput(decoder->Stream);
|
||||
err = VideoDecodeInput(decoder->Stream,decoder->TrickSpeed);
|
||||
} else {
|
||||
err = VideoPollInput(decoder->Stream);
|
||||
}
|
||||
|
Reference in New Issue
Block a user