FFmpeg
Data Fields
WebPContext Struct Reference

Data Fields

VP8Context v
 
GetBitContext gb
 
AVFramealpha_frame
 
AVPacketpkt
 
AVCodecContextavctx
 
int initialized
 
int has_alpha
 
enum AlphaCompression alpha_compression
 
enum AlphaFilter alpha_filter
 
uint8_t * alpha_data
 
int alpha_data_size
 
int has_exif
 
int has_iccp
 
int width
 
int height
 
int lossless
 
int nb_transforms
 
enum TransformType transforms [4]
 
int reduced_width
 
int nb_huffman_groups
 
ImageContext image [IMAGE_ROLE_NB]
 

Detailed Description

Definition at line 191 of file webp.c.

Field Documentation

◆ v

VP8Context WebPContext::v

Definition at line 192 of file webp.c.

◆ gb

GetBitContext WebPContext::gb

Definition at line 193 of file webp.c.

◆ alpha_frame

AVFrame* WebPContext::alpha_frame

Definition at line 194 of file webp.c.

◆ pkt

AVPacket* WebPContext::pkt

Definition at line 195 of file webp.c.

◆ avctx

AVCodecContext* WebPContext::avctx

Definition at line 196 of file webp.c.

◆ initialized

int WebPContext::initialized

Definition at line 197 of file webp.c.

◆ has_alpha

int WebPContext::has_alpha

Definition at line 198 of file webp.c.

◆ alpha_compression

enum AlphaCompression WebPContext::alpha_compression

Definition at line 199 of file webp.c.

◆ alpha_filter

enum AlphaFilter WebPContext::alpha_filter

Definition at line 200 of file webp.c.

◆ alpha_data

uint8_t* WebPContext::alpha_data

Definition at line 201 of file webp.c.

◆ alpha_data_size

int WebPContext::alpha_data_size

Definition at line 202 of file webp.c.

◆ has_exif

int WebPContext::has_exif

Definition at line 203 of file webp.c.

◆ has_iccp

int WebPContext::has_iccp

Definition at line 204 of file webp.c.

◆ width

int WebPContext::width

Definition at line 205 of file webp.c.

◆ height

int WebPContext::height

Definition at line 206 of file webp.c.

◆ lossless

int WebPContext::lossless

Definition at line 207 of file webp.c.

◆ nb_transforms

int WebPContext::nb_transforms

Definition at line 209 of file webp.c.

◆ transforms

enum TransformType WebPContext::transforms[4]

Definition at line 210 of file webp.c.

◆ reduced_width

int WebPContext::reduced_width

Definition at line 213 of file webp.c.

◆ nb_huffman_groups

int WebPContext::nb_huffman_groups

Definition at line 214 of file webp.c.

◆ image

ImageContext WebPContext::image[IMAGE_ROLE_NB]

Definition at line 215 of file webp.c.


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