FFmpeg Decoder: Remove spurious debug logging

This commit is contained in:
Christopher Snowhill 2021-12-29 22:56:53 -08:00
parent fa20465271
commit e4cbdb07f8

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