FFmpeg
|
Include dependency graph for libavformat/dfa.c:
Go to the source code of this file.
Functions | |
static int | dfa_probe (AVProbeData *p) |
static int | dfa_read_header (AVFormatContext *s) |
static int | dfa_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_dfa_demuxer |
Function Documentation
|
static |
Definition at line 26 of file libavformat/dfa.c.
|
static |
Definition at line 34 of file libavformat/dfa.c.
|
static |
Definition at line 76 of file libavformat/dfa.c.
Variable Documentation
AVInputFormat ff_dfa_demuxer |
Initial value:
= {
.name = "dfa",
.long_name = NULL_IF_CONFIG_SMALL("Chronomaster DFA"),
.read_probe = dfa_probe,
.read_header = dfa_read_header,
.read_packet = dfa_read_packet,
.flags = AVFMT_GENERIC_INDEX,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int dfa_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/dfa.c:76
Definition at line 119 of file libavformat/dfa.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11