Adjust debug level add AVPixelFormat Image::AVPixFormat(AVPixelFormat new_pixelformat)

This commit is contained in:
Isaac Connor
2025-02-22 23:19:05 +05:30
parent c698b611ed
commit e1898c483b
2 changed files with 36 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ std::list<const CodecData*> get_encoder_data(int wanted_codec, const std::string
}
}
if (wanted_codec and (enc_codecs[i].codec_id != wanted_codec)) {
Debug(1, "Not the right codec id %d %s != %d %s for %s",
Debug(4, "Not the right codec id %d %s != %d %s for %s",
chosen_codec_data->codec_id,
avcodec_get_name(chosen_codec_data->codec_id),
wanted_codec,