GIFContext Struct Reference

Data Fields

AVFrame picture
LZWStatelzw
uint8_t * buf
AVClassclass
int64_t time
 Class for private options.
int64_t file_time
uint8_t buffer [100]
int loop

Detailed Description

Definition at line 54 of file gif.c.

Field Documentation

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().

uint8_t GIFContext::buffer[100]

Definition at line 252 of file gif.c.

AVClass* GIFContext::class

Definition at line 250 of file gif.c.

int64_t GIFContext::file_time

Definition at line 251 of file gif.c.

Referenced by gif_write_header().

int GIFContext::loop

Definition at line 253 of file gif.c.

Referenced by gif_write_header().

LZWState* GIFContext::lzw

Definition at line 56 of file gif.c.

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

AVFrame GIFContext::picture

Definition at line 55 of file gif.c.

Referenced by gif_encode_frame(), and gif_encode_init().

int64_t GIFContext::time

Class for private options.

Definition at line 251 of file gif.c.

Referenced by gif_write_header().


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