From a56b3737c7e95d12c0cbb2a8568c755903a70e7d Mon Sep 17 00:00:00 2001 From: jojo61 Date: Tue, 22 Aug 2023 11:40:04 +0200 Subject: [PATCH] Small Fix for PIP --- video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.c b/video.c index c79e4c3..369623d 100644 --- a/video.c +++ b/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; }