mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
Small Fix for PIP
This commit is contained in:
parent
e59eeba0d2
commit
a56b3737c7
2
video.c
2
video.c
@ -4881,7 +4881,7 @@ static void CuvidSyncRenderFrame(CuvidDecoder *decoder, const AVCodecContext *vi
|
||||
// if video output buffer is full, wait and display surface.
|
||||
// loop for interlace
|
||||
if (atomic_read(&decoder->SurfacesFilled) >= VIDEO_SURFACES_MAX) {
|
||||
Fatal("video/cuvid: this code part shouldn't be used\n");
|
||||
//Fatal("video/cuvid: this code part shouldn't be used\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user