libavcodec/txd.c File Reference

#include "avcodec.h"
#include "s3tc.h"

Go to the source code of this file.

Data Structures

struct  TXDContext

Functions

static int txd_init (AVCodecContext *avctx)
static int txd_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
static int txd_end (AVCodecContext *avctx)

Variables

AVCodec txd_decoder


Function Documentation

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

Definition at line 40 of file txd.c.

static int txd_end ( AVCodecContext avctx  )  [static]

Definition at line 146 of file txd.c.

static int txd_init ( AVCodecContext avctx  )  [static]

Definition at line 31 of file txd.c.


Variable Documentation

Initial value:

 {
    "txd",
    CODEC_TYPE_VIDEO,
    CODEC_ID_TXD,
    sizeof(TXDContext),
    txd_init,
    NULL,
    txd_end,
    txd_decode_frame,
    0,
    NULL
}

Definition at line 155 of file txd.c.


Generated on Fri Apr 23 15:12:01 2010 for ffmpeg by  doxygen 1.5.6