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

Data Fields

const AVClassclass
 
int delay
 Time span in hundredths of second before the next frame should be drawn on screen. More...
 
int min_delay
 Minimum allowed delay between frames in hundredths of second. More...
 
int max_delay
 
int default_delay
 
int total_iter
 loop options More...
 
int iter_count
 
int ignore_loop
 
int nb_frames
 
int last_duration
 

Detailed Description

Definition at line 33 of file gifdec.c.

Field Documentation

const AVClass* GIFDemuxContext::class

Definition at line 34 of file gifdec.c.

int GIFDemuxContext::delay

Time span in hundredths of second before the next frame should be drawn on screen.

Definition at line 39 of file gifdec.c.

Referenced by gif_read_ext(), gif_read_header(), and gif_read_packet().

int GIFDemuxContext::min_delay

Minimum allowed delay between frames in hundredths of second.

Values below this threshold considered to be invalid and set to value of default_delay.

Definition at line 45 of file gifdec.c.

Referenced by gif_read_ext().

int GIFDemuxContext::max_delay

Definition at line 46 of file gifdec.c.

Referenced by gif_read_ext().

int GIFDemuxContext::default_delay

Definition at line 47 of file gifdec.c.

Referenced by gif_read_ext(), gif_read_header(), and gif_read_packet().

int GIFDemuxContext::total_iter

loop options

Definition at line 52 of file gifdec.c.

Referenced by gif_read_ext(), and gif_read_packet().

int GIFDemuxContext::iter_count

Definition at line 53 of file gifdec.c.

Referenced by gif_read_packet().

int GIFDemuxContext::ignore_loop

Definition at line 54 of file gifdec.c.

Referenced by gif_read_packet().

int GIFDemuxContext::nb_frames

Definition at line 56 of file gifdec.c.

Referenced by gif_read_packet().

int GIFDemuxContext::last_duration

Definition at line 57 of file gifdec.c.

Referenced by gif_read_packet().


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