#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
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 |
static int dfa_probe | ( | AVProbeData * | p | ) | [static] |
static int dfa_read_header | ( | AVFormatContext * | s | ) | [static] |
static int dfa_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
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, }