libavformat/anm.c File Reference

Deluxe Paint Animation demuxer. More...

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

Go to the source code of this file.

Data Structures

struct  Page
struct  AnmDemuxContext

Defines

#define MAX_PAGES   256
 Deluxe Paint hardcoded value.
#define LPF_TAG   MKTAG('L','P','F',' ')
#define ANIM_TAG   MKTAG('A','N','I','M')

Functions

static int probe (AVProbeData *p)
static int find_record (const AnmDemuxContext *anm, int record)
static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_anm_demuxer


Detailed Description

Deluxe Paint Animation demuxer.

Definition in file anm.c.


Define Documentation

#define ANIM_TAG   MKTAG('A','N','I','M')

Definition at line 47 of file anm.c.

Referenced by probe(), and read_header().

#define LPF_TAG   MKTAG('L','P','F',' ')

Definition at line 46 of file anm.c.

Referenced by probe().

#define MAX_PAGES   256

Deluxe Paint hardcoded value.

Definition at line 40 of file anm.c.

Referenced by find_record(), read_header(), and read_packet().


Function Documentation

static int find_record ( const AnmDemuxContext anm,
int  record 
) [static]

Returns:
page containing the requested record or AVERROR_XXX

Definition at line 62 of file anm.c.

Referenced by read_header(), and read_packet().

static int probe ( AVProbeData p  )  [static]

Definition at line 49 of file anm.c.

Referenced by main().

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

Definition at line 78 of file anm.c.

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


Variable Documentation

Initial value:

 {
    "anm",
    NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"),
    sizeof(AnmDemuxContext),
    probe,
    read_header,
    read_packet,
}

Definition at line 221 of file anm.c.


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