#include "avformat.h"
#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
#include "network.h"
#include "os_support.h"
#include "internal.h"
#include "avio_internal.h"
#include "url.h"
#include <sys/time.h>
Go to the source code of this file.
|
#define | MIME "application/sdp" |
|
#define MIME "application/sdp" |
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 read_probe(AVProbeData *p)
static int sap_read_header(AVFormatContext *s, AVFormatParameters *ap)
static int sap_probe(AVProbeData *p)
Definition at line 230 of file sapdec.c.