GifState Struct Reference

Data Fields

AVFrame picture
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
const uint8_t * bytestream
const uint8_t * bytestream_end
LZWStatelzw
uint8_t global_palette [256 *3]
uint8_t local_palette [256 *3]
AVCodecContextavctx

Detailed Description

Definition at line 35 of file gifdec.c.

Field Documentation

int GifState::background_color_index

Definition at line 40 of file gifdec.c.

Referenced by gif_read_header1().

int GifState::bits_per_pixel

Definition at line 39 of file gifdec.c.

Referenced by gif_read_header1(), and gif_read_image().

const uint8_t* GifState::bytestream
const uint8_t* GifState::bytestream_end

Definition at line 52 of file gifdec.c.

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

int GifState::color_resolution

Definition at line 42 of file gifdec.c.

Referenced by gif_read_header1().

int GifState::gce_delay

Definition at line 48 of file gifdec.c.

Referenced by gif_read_extension().

int GifState::gce_disposal

Definition at line 46 of file gifdec.c.

Referenced by gif_read_extension().

uint8_t GifState::global_palette[256 *3]

Definition at line 56 of file gifdec.c.

Referenced by gif_read_header1(), and gif_read_image().

uint32_t* GifState::image_palette

Definition at line 43 of file gifdec.c.

Referenced by gif_decode_frame(), and gif_read_image().

uint8_t GifState::local_palette[256 *3]

Definition at line 57 of file gifdec.c.

Referenced by gif_read_image().

LZWState* GifState::lzw

Definition at line 53 of file gifdec.c.

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

AVFrame GifState::picture

Definition at line 36 of file gifdec.c.

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

int GifState::screen_height

Definition at line 38 of file gifdec.c.

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

int GifState::screen_width

Definition at line 37 of file gifdec.c.

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

int GifState::transparent_color_index

Definition at line 41 of file gifdec.c.

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


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