libavformat/dfa.c File Reference

#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, AVFormatParameters *ap)
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 dfa.c.

static int dfa_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 34 of file dfa.c.

static int dfa_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 69 of file dfa.c.


Variable Documentation

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,
}

Definition at line 112 of file dfa.c.


Generated on Fri Oct 26 02:43:47 2012 for FFmpeg by  doxygen 1.5.8