#include "avformat.h"#include "rtpdec.h"Go to the source code of this file.
Functions | |
| void | ff_wms_parse_sdp_a_line (AVFormatContext *s, const char *p) |
| Parse a Windows Media Server-specific SDP line. | |
Variables | |
| RTPDynamicProtocolHandler | ff_ms_rtp_asf_pfv_handler |
| Handlers for the x-asf-pf payloads (the payload ID for RTP/ASF). | |
| RTPDynamicProtocolHandler | ff_ms_rtp_asf_pfa_handler |
| void ff_wms_parse_sdp_a_line | ( | AVFormatContext * | s, | |
| const char * | p | |||
| ) |
Parse a Windows Media Server-specific SDP line.
Definition at line 94 of file rtpdec_asf.c.
Referenced by sdp_parse_line().
Referenced by av_register_rtp_dynamic_payload_handlers().
Handlers for the x-asf-pf payloads (the payload ID for RTP/ASF).
Defined and implemented in rtp_asf.c, registered in rtpdec.c.
Referenced by av_register_rtp_dynamic_payload_handlers().
1.5.8