Home
last modified time | relevance | path

Searched defs:GifState (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgifdec.c38 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;
[all …]