search for: ast_rtp_set_rtpmap_type

Displaying 1 result from an estimated 1 matches for "ast_rtp_set_rtpmap_type".

2003 Aug 04
0
small fix in chan_mgcp.c
...mimeSubtype) != 2) continue; + if (sscanf(a, "rtpmap: %u %[^/]/", &codec, mimeSubtype) != 2) { + free(mimeSubtype); + continue; + } // Note: should really look at the 'freq' and '#chans' params too ast_rtp_set_rtpmap_type(sub->rtp, codec, "audio", mimeSubtype); free(mimeSubtype); -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3356 (mobile) Computers are like air conditioners. They stop working when you open Windows.