libavformat/c93.c File Reference

#include "avformat.h"
#include "voc.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Data Structures

struct  C93BlockRecord
struct  C93DemuxContext

Defines

#define C93_HAS_PALETTE   0x01
#define C93_FIRST_FRAME   0x02

Functions

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

Variables

AVInputFormat ff_c93_demuxer


Define Documentation

#define C93_FIRST_FRAME   0x02

Definition at line 104 of file c93.c.

#define C93_HAS_PALETTE   0x01

Definition at line 103 of file c93.c.


Function Documentation

static int probe ( AVProbeData p  )  [static]

Definition at line 45 of file c93.c.

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

Definition at line 59 of file c93.c.

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

Definition at line 106 of file c93.c.


Variable Documentation

Initial value:

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

Definition at line 195 of file c93.c.


Generated on Fri Oct 26 02:39:44 2012 for FFmpeg by  doxygen 1.5.8