libavcodec/ptx.c File Reference

#include "libavutil/intreadwrite.h"
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  PTXContext

Typedefs

typedef struct PTXContext PTXContext

Functions

static av_cold 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 av_cold int ptx_end (AVCodecContext *avctx)

Variables

AVCodec ptx_decoder

Typedef Documentation

typedef struct PTXContext PTXContext

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 38 of file ptx.c.

static av_cold int ptx_end ( AVCodecContext avctx  )  [static]

Definition at line 98 of file ptx.c.

static av_cold int ptx_init ( AVCodecContext avctx  )  [static]

Definition at line 29 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,
    .long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"),
}

Definition at line 107 of file ptx.c.

Generated on Tue Jun 12 16:29:05 2012 for ffmpeg by  doxygen 1.6.3