smc.c File Reference


Detailed Description

QT SMC Video Decoder by Mike Melanson (melanson@pcisys.net) For more information about the SMC format, visit: http://www.pcisys.net/~melanson/codecs/.

The SMC decoder outputs PAL8 colorspace data.

Definition in file smc.c.

Go to the source code of this file.

Classes

struct  SmcContext

Functions

static void smc_decode_stream (SmcContext *s)
static int smc_decode_init (AVCodecContext *avctx)
static int smc_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int smc_decode_end (AVCodecContext *avctx)

Variables

AVCodec smc_decoder


Function Documentation

static void smc_decode_stream ( SmcContext s  )  [static]

Definition at line 80 of file smc.c.

Referenced by smc_decode_frame().

static int smc_decode_init ( AVCodecContext avctx  )  [static]

Definition at line 431 of file smc.c.

static int smc_decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 444 of file smc.c.

static int smc_decode_end ( AVCodecContext avctx  )  [static]

Definition at line 470 of file smc.c.


Variable Documentation

Initial value:

Definition at line 480 of file smc.c.


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