Searched defs:GifState (Results 1 – 1 of 1) sorted by relevance
38 typedef struct GifState { struct39 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;[all …]