FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
XanContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrame last_frame
 
AVFrame current_frame
 
const unsigned char * buf
 
int size
 
unsigned char * buffer1
 
int buffer1_size
 
unsigned char * buffer2
 
int buffer2_size
 
unsigned * palettes
 
int palettes_count
 
int cur_palette
 
int frame_size
 
AVFrame pic
 
uint8_ty_buffer
 
uint8_tscratch_buffer
 
int buffer_size
 
GetByteContext gb
 

Detailed Description

Definition at line 52 of file xan.c.

Field Documentation

AVCodecContext * XanContext::avctx
AVFrame XanContext::last_frame

Definition at line 55 of file xan.c.

Referenced by xan_decode_end(), xan_decode_frame(), xan_decode_init(), and xan_wc3_copy_pixel_run().

AVFrame XanContext::current_frame
const unsigned char* XanContext::buf

Definition at line 58 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

int XanContext::size

Definition at line 59 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

unsigned char* XanContext::buffer1

Definition at line 62 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

int XanContext::buffer1_size

Definition at line 63 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

unsigned char* XanContext::buffer2

Definition at line 64 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

int XanContext::buffer2_size

Definition at line 65 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

unsigned* XanContext::palettes

Definition at line 67 of file xan.c.

Referenced by xan_decode_end(), and xan_decode_frame().

int XanContext::palettes_count

Definition at line 68 of file xan.c.

Referenced by xan_decode_frame().

int XanContext::cur_palette

Definition at line 69 of file xan.c.

Referenced by xan_decode_frame().

int XanContext::frame_size

Definition at line 71 of file xan.c.

Referenced by xan_decode_frame(), and xan_decode_init().

AVFrame XanContext::pic
uint8_t* XanContext::y_buffer
uint8_t* XanContext::scratch_buffer
int XanContext::buffer_size
GetByteContext XanContext::gb

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