Go to the source code of this file.
Functions | |
| static int | dfa_probe (AVProbeData *p) |
| static int | dfa_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | dfa_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_dfa_demuxer |
| static int dfa_probe | ( | AVProbeData * | p | ) | [static] |
| static int dfa_read_header | ( | AVFormatContext * | s, |
| AVFormatParameters * | ap | ||
| ) | [static] |
| static int dfa_read_packet | ( | AVFormatContext * | s, |
| AVPacket * | pkt | ||
| ) | [static] |
{
.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,
}