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
|
// keep use of last surface
|
||||||
++decoder->FramesDuped;
|
++decoder->FramesDuped;
|
||||||
// FIXME: don't warn after stream start, don't warn during pause
|
// FIXME: don't warn after stream start, don't warn during pause
|
||||||
printf("video: display buffer empty, duping frame (%d/%d) %d\n",
|
// printf("video: display buffer empty, duping frame (%d/%d) %d\n",
|
||||||
decoder->FramesDuped, decoder->FrameCounter,
|
// decoder->FramesDuped, decoder->FrameCounter,
|
||||||
VideoGetBuffers(decoder->Stream));
|
// VideoGetBuffers(decoder->Stream));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
decoder->SurfaceRead = (decoder->SurfaceRead + 1) % VIDEO_SURFACES_MAX;
|
decoder->SurfaceRead = (decoder->SurfaceRead + 1) % VIDEO_SURFACES_MAX;
|
||||||
|
Loading…
Reference in New Issue
Block a user