removed unnecessary debug line in ffmpegdecoder

This commit is contained in:
itsmattkc
2019-11-30 02:54:49 +11:00
parent 1a54d18862
commit 8866428589
-3
View File
@@ -356,9 +356,6 @@ void FFmpegDecoder::Conform(const AudioRenderingParams &params)
return;
}
qDebug() << "Converting" << input.params().sample_rate() << input.params().format() << input.params().channel_layout()
<< "to" << params.sample_rate() << params.format() << params.channel_layout();
// Otherwise, let's start converting the format
// Generate destination filename for this conversion to see if it exists