From e4cbdb07f8d89cfd9d2656edf51ba93f88ecb3ba Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 29 Dec 2021 22:56:53 -0800 Subject: [PATCH] FFmpeg Decoder: Remove spurious debug logging --- Plugins/FFMPEG/FFMPEGDecoder.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/FFMPEG/FFMPEGDecoder.m b/Plugins/FFMPEG/FFMPEGDecoder.m index 168da73be..fa85f22bc 100644 --- a/Plugins/FFMPEG/FFMPEGDecoder.m +++ b/Plugins/FFMPEG/FFMPEGDecoder.m @@ -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; }