#include "libavutil/intreadwrite.h"
#include "avformat.h"
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] |
Initial value:
{ "dfa", NULL_IF_CONFIG_SMALL("Chronomaster DFA"), 0, dfa_probe, dfa_read_header, dfa_read_packet, .flags = AVFMT_GENERIC_INDEX, }