removed debug line

This commit is contained in:
itsmattkc
2020-11-16 01:33:24 +11:00
parent c0b710b8c0
commit 2c086ce9fb
-2
View File
@@ -79,8 +79,6 @@ bool FFmpegDecoder::OpenInternal()
native_pix_fmt_ = GetNativePixelFormat(ideal_pix_fmt_);
native_channel_count_ = GetNativeChannelCount(ideal_pix_fmt_);
qDebug() << "Set channel count to:" << native_channel_count_;
if (native_pix_fmt_ == VideoParams::kFormatInvalid
|| native_channel_count_ == 0) {
qDebug() << "Failed to find valid native pixel format for" << ideal_pix_fmt_;