FS-11886 [mod_av] ERR avcodec.c no codec in h264

This commit is contained in:
joshebosh 2019-06-13 13:40:58 -04:00 committed by Andrey Volk
parent 7c79dd95a3
commit bc52339e68
1 changed files with 1 additions and 1 deletions

View File

@ -2169,7 +2169,7 @@ static void parse_codecs(avcodec_profile_t *aprofile, switch_xml_t codecs)
switch_xml_t codec = NULL;
if (!codecs) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "no codecs in %s\n", aprofile->name);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no codecs defined in mod_av profile %s\n", aprofile->name);
return;
}