FFmpeg Decoder: Remove spurious debug logging
parent
fa20465271
commit
e4cbdb07f8
|
@ -368,7 +368,6 @@ int lockmgr_callback(void ** mutex, enum AVLockOp op)
|
||||||
else if (errcode == AVERROR(EAGAIN))
|
else if (errcode == AVERROR(EAGAIN))
|
||||||
{
|
{
|
||||||
// Read another packet
|
// Read another packet
|
||||||
DLog(@"Decoded samples: %d", lastDecodedFrame->nb_samples);
|
|
||||||
readNextPacket = YES;
|
readNextPacket = YES;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue