mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-15 10:04:37 -04:00
Adjust debug level add AVPixelFormat Image::AVPixFormat(AVPixelFormat new_pixelformat)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user