c93.c File Reference

Go to the source code of this file.

Classes

struct  C93BlockRecord
struct  C93DemuxContext

Functions

static int probe (AVProbeData *p)
static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat c93_demuxer


Function Documentation

static int probe ( AVProbeData p  )  [static]

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

Definition at line 55 of file libavformat/c93.c.

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

Definition at line 102 of file libavformat/c93.c.


Variable Documentation

Initial value:

 {
    "c93",
    "Interplay C93",
    sizeof(C93DemuxContext),
    probe,
    read_header,
    read_packet,
}

Definition at line 191 of file libavformat/c93.c.


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5