提交 b9c3dc07 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5714 --resolve That is probably the right place

上级 ac875b78
......@@ -618,8 +618,10 @@ static void print_media(sdp_printer_t *p,
sdp_printf(p, " %s", l->l_text);
}
else {
sdp_printf(p, " 19"); /* SDP syntax requires at least one format.
19 is used by nobody, right?. */
/* SDP syntax requires at least one format. */
/* defaults to "19", or "t38" for image */
if (m->m_image == sdp_media_image) sdp_printf(p, " t38");
else sdp_printf(p, " 19");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论