FFmpeg
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
 

Detailed Description

Definition at line 38 of file gifdec.c.

Field Documentation

◆ class

const AVClass* GIFDemuxContext::class

Definition at line 39 of file gifdec.c.

◆ delay

int GIFDemuxContext::delay

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

Definition at line 44 of file gifdec.c.

Referenced by gif_read_header().

◆ min_delay

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 50 of file gifdec.c.

◆ max_delay

int GIFDemuxContext::max_delay

Definition at line 51 of file gifdec.c.

◆ default_delay

int GIFDemuxContext::default_delay

Definition at line 52 of file gifdec.c.

Referenced by gif_read_header().

◆ total_iter

int GIFDemuxContext::total_iter

loop options

Definition at line 57 of file gifdec.c.

Referenced by gif_read_header(), and gif_read_packet().

◆ iter_count

int GIFDemuxContext::iter_count

Definition at line 58 of file gifdec.c.

Referenced by gif_read_packet().

◆ ignore_loop

int GIFDemuxContext::ignore_loop

Definition at line 59 of file gifdec.c.

Referenced by gif_read_packet().


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