mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
removed debug print
This commit is contained in:
parent
719ee18004
commit
ac3845c79d
6
video.c
6
video.c
@ -3056,9 +3056,9 @@ static void CuvidAdvanceDecoderFrame(CuvidDecoder * decoder)
|
||||
// keep use of last surface
|
||||
++decoder->FramesDuped;
|
||||
// FIXME: don't warn after stream start, don't warn during pause
|
||||
printf("video: display buffer empty, duping frame (%d/%d) %d\n",
|
||||
decoder->FramesDuped, decoder->FrameCounter,
|
||||
VideoGetBuffers(decoder->Stream));
|
||||
// printf("video: display buffer empty, duping frame (%d/%d) %d\n",
|
||||
// decoder->FramesDuped, decoder->FrameCounter,
|
||||
// VideoGetBuffers(decoder->Stream));
|
||||
return;
|
||||
}
|
||||
decoder->SurfaceRead = (decoder->SurfaceRead + 1) % VIDEO_SURFACES_MAX;
|
||||
|
Loading…
Reference in New Issue
Block a user