libavformat/paf.c File Reference

#include "libavcodec/paf.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  PAFDemuxContext

Defines

#define MAGIC   "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a"

Functions

static int read_probe (AVProbeData *p)
static int read_close (AVFormatContext *s)
static void read_table (AVFormatContext *s, uint32_t *table, uint32_t count)
static int read_header (AVFormatContext *s)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_paf_demuxer


Define Documentation

#define MAGIC   "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a"

Definition at line 26 of file paf.c.


Function Documentation

static int read_close ( AVFormatContext s  )  [static]

Definition at line 63 of file paf.c.

static int read_header ( AVFormatContext s  )  [static]

Definition at line 87 of file paf.c.

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

Definition at line 185 of file paf.c.

static int read_probe ( AVProbeData p  )  [static]

Definition at line 55 of file paf.c.

static void read_table ( AVFormatContext s,
uint32_t *  table,
uint32_t  count 
) [static]

Definition at line 77 of file paf.c.


Variable Documentation

Initial value:

 {
    .name           = "paf",
    .long_name      = NULL_IF_CONFIG_SMALL("Amazing Studio Packed Animation File"),
    .priv_data_size = sizeof(PAFDemuxContext),
    .read_probe     = read_probe,
    .read_header    = read_header,
    .read_packet    = read_packet,
    .read_close     = read_close,
}

Definition at line 251 of file paf.c.


Generated on Fri Oct 26 02:50:07 2012 for FFmpeg by  doxygen 1.5.8