VmdVideoContext Struct Reference

Data Fields

AVCodecContextavctx
AVFrame frame
AVFrame prev_frame
const unsigned char * buf
int size
unsigned char palette [PALETTE_COUNT *4]
unsigned char * unpack_buffer
int unpack_buffer_size
int x_off
int y_off

Detailed Description

Definition at line 58 of file vmdav.c.

Field Documentation

AVCodecContext* VmdVideoContext::avctx

Definition at line 60 of file vmdav.c.

Referenced by vmd_decode(), vmdvideo_decode_frame(), and vmdvideo_decode_init().

const unsigned char* VmdVideoContext::buf

Definition at line 64 of file vmdav.c.

Referenced by vmd_decode(), and vmdvideo_decode_frame().

AVFrame VmdVideoContext::frame

Definition at line 61 of file vmdav.c.

Referenced by vmd_decode(), and vmdvideo_decode_frame().

unsigned char VmdVideoContext::palette[PALETTE_COUNT *4]

Definition at line 67 of file vmdav.c.

Referenced by vmd_decode(), vmdvideo_decode_frame(), and vmdvideo_decode_init().

AVFrame VmdVideoContext::prev_frame

Definition at line 62 of file vmdav.c.

Referenced by vmd_decode(), vmdvideo_decode_end(), and vmdvideo_decode_frame().

int VmdVideoContext::size

Definition at line 65 of file vmdav.c.

Referenced by vmd_decode(), and vmdvideo_decode_frame().

unsigned char* VmdVideoContext::unpack_buffer

Definition at line 68 of file vmdav.c.

Referenced by vmd_decode(), vmdvideo_decode_end(), and vmdvideo_decode_init().

int VmdVideoContext::unpack_buffer_size

Definition at line 69 of file vmdav.c.

Referenced by vmd_decode(), and vmdvideo_decode_init().

int VmdVideoContext::x_off

Definition at line 71 of file vmdav.c.

Referenced by vmd_decode().

int VmdVideoContext::y_off

Definition at line 71 of file vmdav.c.

Referenced by vmd_decode().


The documentation for this struct was generated from the following file: