libavcodec/ptx.c File Reference

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

Go to the source code of this file.

Data Structures

struct  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


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 Fri Oct 26 02:35:44 2012 for FFmpeg by  doxygen 1.5.8