libavcodec/ptx.c File Reference

#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  PTXContext

Functions

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

Variables

AVCodec ptx_decoder


Function Documentation

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

Definition at line 37 of file ptx.c.

static int ptx_end ( AVCodecContext avctx  )  [static]

Definition at line 97 of file ptx.c.

static int ptx_init ( AVCodecContext avctx  )  [static]

Definition at line 28 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 106 of file ptx.c.


Generated on Wed Feb 9 19:10:12 2011 for ffmpeg by  doxygen 1.5.6