wc3movie.c File Reference


Detailed Description

Wing Commander III Movie file demuxer by Mike Melanson (melanson@pcisys.net) for more information on the WC3 .mve file format, visit: http://www.pcisys.net/~melanson/codecs/.

Definition in file wc3movie.c.

Go to the source code of this file.

Classes

struct  Wc3DemuxContext

Functions

static int wc3_probe (AVProbeData *p)
static int wc3_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int wc3_read_packet (AVFormatContext *s, AVPacket *pkt)
static int wc3_read_close (AVFormatContext *s)

Variables

static const unsigned char wc3_pal_lookup []
AVInputFormat wc3_demuxer


Function Documentation

static int wc3_probe ( AVProbeData p  )  [static]

Definition at line 113 of file wc3movie.c.

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

Definition at line 125 of file wc3movie.c.

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

Definition at line 271 of file wc3movie.c.

static int wc3_read_close ( AVFormatContext s  )  [static]

Definition at line 377 of file wc3movie.c.


Variable Documentation

const unsigned char wc3_pal_lookup[] [static]

Definition at line 77 of file wc3movie.c.

Referenced by wc3_read_header().

Initial value:

 {
    "wc3movie",
    "Wing Commander III movie format",
    sizeof(Wc3DemuxContext),
    wc3_probe,
    wc3_read_header,
    wc3_read_packet,
    wc3_read_close,
}

Definition at line 386 of file wc3movie.c.


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