|
Libav 0.7.1
|
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] |
{
"dfa",
NULL_IF_CONFIG_SMALL("Chronomaster DFA"),
0,
dfa_probe,
dfa_read_header,
dfa_read_packet,
.flags = AVFMT_GENERIC_INDEX,
}
1.7.4