FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
GIFContext Struct Reference

Data Fields

const AVClassclass
 
LZWStatelzw
 
uint8_tbuf
 
AVFramelast_frame
 
int flags
 
uint32_t palette [AVPALETTE_COUNT]
 local reference palette for !pal8
 
uint8_ttmpl
 temporary line buffer
 
AVClassclass
 
int loop
 
int last_delay
 
AVPacketprev_pkt
 
int duration
 

Detailed Description

Definition at line 42 of file gif.c.

Field Documentation

const AVClass* GIFContext::class

Definition at line 43 of file gif.c.

LZWState* GIFContext::lzw

Definition at line 44 of file gif.c.

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

uint8_t* GIFContext::buf

Definition at line 45 of file gif.c.

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

AVFrame* GIFContext::last_frame

Definition at line 46 of file gif.c.

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

int GIFContext::flags

Definition at line 47 of file gif.c.

Referenced by gif_image_write_image().

uint32_t GIFContext::palette[AVPALETTE_COUNT]

local reference palette for !pal8

Definition at line 48 of file gif.c.

Referenced by gif_encode_init(), and gif_image_write_image().

uint8_t* GIFContext::tmpl

temporary line buffer

Definition at line 49 of file gif.c.

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

AVClass* GIFContext::class

Definition at line 81 of file gif.c.

int GIFContext::loop

Definition at line 82 of file gif.c.

Referenced by gif_write_header().

int GIFContext::last_delay

Definition at line 83 of file gif.c.

Referenced by flush_packet().

AVPacket* GIFContext::prev_pkt

Definition at line 84 of file gif.c.

Referenced by flush_packet(), gif_write_packet(), and gif_write_trailer().

int GIFContext::duration

Definition at line 85 of file gif.c.

Referenced by flush_packet().


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