Lines Matching defs:GifState
38 typedef struct GifState { struct
39 const AVClass *class;
40 AVFrame *frame;
41 int screen_width;
42 int screen_height;
43 int has_global_palette;
44 int bits_per_pixel;
45 uint32_t bg_color;
46 int background_color_index;
47 int transparent_color_index;
48 int color_resolution;
51 uint8_t *idx_line;
52 int idx_line_size;
77 } GifState; typedef