removed debug print

This commit is contained in:
jojo61 2018-08-19 12:37:16 +02:00
parent 719ee18004
commit ac3845c79d
1 changed files with 3 additions and 3 deletions

View File

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