FS-5714 --resolve
This commit is contained in:
parent
9c2a247f72
commit
d7608fad7a
|
@ -1 +1 @@
|
|||
Thu Sep 5 20:41:39 CDT 2013
|
||||
Thu Sep 5 20:55:45 CDT 2013
|
||||
|
|
|
@ -620,7 +620,7 @@ static void print_media(sdp_printer_t *p,
|
|||
else {
|
||||
/* 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");
|
||||
if (m->m_type == sdp_media_image) sdp_printf(p, " t38");
|
||||
else sdp_printf(p, " 19");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue