FFmpeg  2.6.9
 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.
int min_delay
 Minimum allowed delay between frames in hundredths of second.
int default_delay
int total_iter
 loop options
int iter_count
int ignore_loop

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::default_delay

Definition at line 46 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 51 of file gifdec.c.

Referenced by gif_read_ext(), and gif_read_packet().

int GIFDemuxContext::iter_count

Definition at line 52 of file gifdec.c.

Referenced by gif_read_packet().

int GIFDemuxContext::ignore_loop

Definition at line 53 of file gifdec.c.

Referenced by gif_read_packet().


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