| FFmpeg
    | 

| Data Fields | |
| const AVClass * | class | 
| 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 | default_delay | 
| int | total_iter | 
| loop options  More... | |
| int | iter_count | 
| int | ignore_loop | 
Detailed Description
Definition at line 33 of file libavformat/gifdec.c.
Field Documentation
| const AVClass* GIFDemuxContext::class | 
Definition at line 34 of file libavformat/gifdec.c.
| int GIFDemuxContext::default_delay | 
Definition at line 46 of file libavformat/gifdec.c.
Referenced by gif_read_ext(), gif_read_header(), and gif_read_packet().
| int GIFDemuxContext::delay | 
Time span in hundredths of second before the next frame should be drawn on screen.
Definition at line 39 of file libavformat/gifdec.c.
Referenced by gif_read_ext(), gif_read_header(), and gif_read_packet().
| int GIFDemuxContext::ignore_loop | 
Definition at line 53 of file libavformat/gifdec.c.
Referenced by gif_read_packet().
| int GIFDemuxContext::iter_count | 
Definition at line 52 of file libavformat/gifdec.c.
Referenced by 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 libavformat/gifdec.c.
Referenced by gif_read_ext().
| int GIFDemuxContext::total_iter | 
loop options
Definition at line 51 of file libavformat/gifdec.c.
Referenced by gif_read_ext(), and gif_read_packet().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11