FFmpeg
|
sapdec.c File Reference
#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 "rtpdec.h"
Include dependency graph for sapdec.c:
Go to the source code of this file.
Data Structures | |
struct | SAPState |
Macros | |
#define | MIME "application/sdp" |
Functions | |
static int | sap_probe (AVProbeData *p) |
static int | sap_read_close (AVFormatContext *s) |
static int | sap_read_header (AVFormatContext *s) |
static int | sap_fetch_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_sap_demuxer |
Macro Definition Documentation
#define MIME "application/sdp" |
Referenced by sap_read_header().
Function Documentation
|
static |
|
static |
|
static |
Definition at line 51 of file sapdec.c.
Referenced by sap_read_header().
|
static |
Variable Documentation
AVInputFormat ff_sap_demuxer |
Initial value:
= {
.name = "sap",
.long_name = NULL_IF_CONFIG_SMALL("SAP input"),
.read_probe = sap_probe,
.read_header = sap_read_header,
.read_packet = sap_fetch_packet,
.read_close = sap_read_close,
.flags = AVFMT_NOFILE,
}
Definition: sapdec.c:35
static int sap_fetch_packet(AVFormatContext *s, AVPacket *pkt)
Definition: sapdec.c:184
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
#define AVFMT_NOFILE
Demuxer will use avio_open, no opened file should be provided by the caller.
Definition: avformat.h:345
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11