Go to the source code of this file.
|
#define | MIME "application/sdp" |
|
§ MIME
#define MIME "application/sdp" |
§ sap_probe()
§ sap_read_close()
§ sap_read_header()
§ sap_fetch_packet()
§ ff_sap_demuxer
Initial value:= {
.name = "sap",
.priv_data_size =
sizeof(
struct SAPState),
}
static int sap_read_close(AVFormatContext *s)
static int sap_fetch_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int sap_read_header(AVFormatContext *s)
static int sap_probe(AVProbeData *p)
Definition at line 229 of file sapdec.c.