ptx.c File Reference

Go to the source code of this file.

Classes

struct  PTXContext

Functions

static int ptx_init (AVCodecContext *avctx)
static int ptx_decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size)
static int ptx_end (AVCodecContext *avctx)

Variables

AVCodec ptx_decoder


Function Documentation

static int ptx_init ( AVCodecContext avctx  )  [static]

Definition at line 28 of file ptx.c.

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

Definition at line 38 of file ptx.c.

static int ptx_end ( AVCodecContext avctx  )  [static]

Definition at line 98 of file ptx.c.


Variable Documentation

Initial value:

 {
    "ptx",
    CODEC_TYPE_VIDEO,
    CODEC_ID_PTX,
    sizeof(PTXContext),
    ptx_init,
    NULL,
    ptx_end,
    ptx_decode_frame,
    0,
    NULL
}

Definition at line 107 of file ptx.c.


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