FFmpeg Decoder: Remove spurious debug logging

CQTexperiment
Christopher Snowhill 2021-12-29 22:56:53 -08:00
parent fa20465271
commit e4cbdb07f8
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ int lockmgr_callback(void ** mutex, enum AVLockOp op)
else if (errcode == AVERROR(EAGAIN))
{
// Read another packet
DLog(@"Decoded samples: %d", lastDecodedFrame->nb_samples);
readNextPacket = YES;
continue;
}