Libav
Data Fields
VmdVideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameprev_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 47 of file vmdvideo.c.

Field Documentation

§ avctx

AVCodecContext* VmdVideoContext::avctx

Definition at line 49 of file vmdvideo.c.

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

§ prev_frame

AVFrame* VmdVideoContext::prev_frame

§ buf

const unsigned char* VmdVideoContext::buf

Definition at line 52 of file vmdvideo.c.

Referenced by vmd_decode(), and vmdvideo_decode_frame().

§ size

int VmdVideoContext::size

Definition at line 53 of file vmdvideo.c.

Referenced by vmd_decode(), and vmdvideo_decode_frame().

§ palette

unsigned char VmdVideoContext::palette[PALETTE_COUNT *4]

Definition at line 55 of file vmdvideo.c.

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

§ unpack_buffer

unsigned char* VmdVideoContext::unpack_buffer

Definition at line 56 of file vmdvideo.c.

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

§ unpack_buffer_size

int VmdVideoContext::unpack_buffer_size

Definition at line 57 of file vmdvideo.c.

Referenced by vmd_decode(), and vmdvideo_decode_init().

§ x_off

int VmdVideoContext::x_off

Definition at line 59 of file vmdvideo.c.

Referenced by vmd_decode().

§ y_off

int VmdVideoContext::y_off

Definition at line 59 of file vmdvideo.c.

Referenced by vmd_decode().


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