FFmpeg
Data Fields
ImageContext Struct Reference

Data Fields

enum ImageRole role
 
AVFrameframe
 
int color_cache_bits
 
uint32_t * color_cache
 
int nb_huffman_groups
 
HuffReaderhuffman_groups
 
int size_reduction
 
int is_alpha_primary
 

Detailed Description

Definition at line 177 of file webp.c.

Field Documentation

◆ role

enum ImageRole ImageContext::role

Definition at line 178 of file webp.c.

◆ frame

AVFrame* ImageContext::frame

◆ color_cache_bits

int ImageContext::color_cache_bits

Definition at line 180 of file webp.c.

◆ color_cache

uint32_t* ImageContext::color_cache

Definition at line 181 of file webp.c.

◆ nb_huffman_groups

int ImageContext::nb_huffman_groups

Definition at line 182 of file webp.c.

◆ huffman_groups

HuffReader* ImageContext::huffman_groups

Definition at line 183 of file webp.c.

◆ size_reduction

int ImageContext::size_reduction

◆ is_alpha_primary

int ImageContext::is_alpha_primary

Definition at line 188 of file webp.c.


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