Libav
Data Fields
GIFContext Struct Reference

Data Fields

LZWStatelzw
 
uint8_tbuf
 
AVClassclass
 
int64_t time
 Class for private options. More...
 
int64_t file_time
 
uint8_t buffer [100]
 
int loop
 

Detailed Description

Definition at line 55 of file gif.c.

Field Documentation

§ lzw

LZWState* GIFContext::lzw

Definition at line 56 of file gif.c.

Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().

§ buf

uint8_t* GIFContext::buf

Definition at line 57 of file gif.c.

Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().

§ class

AVClass* GIFContext::class

Definition at line 257 of file gif.c.

§ time

int64_t GIFContext::time

Class for private options.

Definition at line 258 of file gif.c.

Referenced by gif_write_header().

§ file_time

int64_t GIFContext::file_time

Definition at line 258 of file gif.c.

Referenced by gif_write_header().

§ buffer

uint8_t GIFContext::buffer[100]

Definition at line 259 of file gif.c.

§ loop

int GIFContext::loop

Definition at line 260 of file gif.c.

Referenced by gif_write_header().


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