libavformat/dfa.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
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 int dfa_probe ( AVProbeData p)
static

Definition at line 26 of file libavformat/dfa.c.

static int dfa_read_header ( AVFormatContext s)
static

Definition at line 34 of file libavformat/dfa.c.

static int dfa_read_packet ( AVFormatContext s,
AVPacket pkt 
)
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,
}
static int dfa_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:353
static int dfa_read_packet(AVFormatContext *s, AVPacket *pkt)
static int dfa_probe(AVProbeData *p)

Definition at line 119 of file libavformat/dfa.c.