Libav
Data Fields
GifState Struct Reference

Data Fields

int screen_width
 
int screen_height
 
int bits_per_pixel
 
int background_color_index
 
int transparent_color_index
 
int color_resolution
 
uint32_t * image_palette
 
int gce_disposal
 
int gce_delay
 
GetByteContext gb
 
LZWStatelzw
 
uint8_t global_palette [256 *3]
 
uint8_t local_palette [256 *3]
 
AVCodecContextavctx
 

Detailed Description

Definition at line 34 of file gifdec.c.

Field Documentation

§ screen_width

int GifState::screen_width

Definition at line 35 of file gifdec.c.

Referenced by gif_decode_frame(), gif_read_header1(), and gif_read_image().

§ screen_height

int GifState::screen_height

Definition at line 36 of file gifdec.c.

Referenced by gif_decode_frame(), gif_read_header1(), and gif_read_image().

§ bits_per_pixel

int GifState::bits_per_pixel

Definition at line 37 of file gifdec.c.

Referenced by gif_read_header1(), and gif_read_image().

§ background_color_index

int GifState::background_color_index

Definition at line 38 of file gifdec.c.

Referenced by gif_read_header1().

§ transparent_color_index

int GifState::transparent_color_index

Definition at line 39 of file gifdec.c.

Referenced by gif_read_extension(), gif_read_header1(), and gif_read_image().

§ color_resolution

int GifState::color_resolution

Definition at line 40 of file gifdec.c.

Referenced by gif_read_header1().

§ image_palette

uint32_t* GifState::image_palette

Definition at line 41 of file gifdec.c.

Referenced by gif_decode_frame(), and gif_read_image().

§ gce_disposal

int GifState::gce_disposal

Definition at line 44 of file gifdec.c.

Referenced by gif_read_extension().

§ gce_delay

int GifState::gce_delay

Definition at line 46 of file gifdec.c.

Referenced by gif_read_extension().

§ gb

GetByteContext GifState::gb

§ lzw

LZWState* GifState::lzw

Definition at line 50 of file gifdec.c.

Referenced by gif_decode_close(), gif_decode_init(), and gif_read_image().

§ global_palette

uint8_t GifState::global_palette[256 *3]

Definition at line 53 of file gifdec.c.

Referenced by gif_read_header1(), and gif_read_image().

§ local_palette

uint8_t GifState::local_palette[256 *3]

Definition at line 54 of file gifdec.c.

Referenced by gif_read_image().

§ avctx

AVCodecContext* GifState::avctx

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