提交 3fe59728 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-9154 tiny part belongs here too

上级 f645326e
......@@ -10526,6 +10526,7 @@ static void switch_core_media_set_r_sdp_codec_string(switch_core_session_t *sess
if (!zstr(codec_string)) {
char *tmp_codec_string;
if (*codec_string == '=') codec_string++;
if ((tmp_codec_string = strdup(codec_string))) {
num_codecs = switch_separate_string(tmp_codec_string, ',', codec_order, SWITCH_MAX_CODECS);
num_codecs = switch_loadable_module_get_codecs_sorted(codecs, fmtp, SWITCH_MAX_CODECS, codec_order, num_codecs);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论