FFmpeg
 All Data Structures 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
 

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


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