Small Fix for PIP

This commit is contained in:
jojo61 2023-08-22 11:40:04 +02:00
parent e59eeba0d2
commit a56b3737c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}