|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| int | min_delay |
| Minimum allowed delay between frames in milliseconds. More... | |
| int | max_delay |
| int | default_delay |
| int | ignore_loop |
| ignore loop setting More... | |
| int | loop_count |
| number of times to loop the animation More... | |
| int | cur_loop |
| current loop counter More... | |
| int | cur_frame |
| number of frames of the current animation file More... | |
| int | vp8x_flags |
| int | has_iccp |
| int | has_exif |
| int | has_anim |
| int | has_xmp |
| int | usebgcolor |
| int64_t | first_anmf_offset |
Definition at line 42 of file webp_anim_dec.c.
| const AVClass* WebPAnimDemuxContext::class |
Definition at line 43 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::min_delay |
Minimum allowed delay between frames in milliseconds.
Values below this threshold are considered to be invalid and set to value of default_delay.
Definition at line 50 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::max_delay |
Definition at line 51 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::default_delay |
Definition at line 52 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::ignore_loop |
ignore loop setting
Definition at line 57 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::loop_count |
number of times to loop the animation
Definition at line 58 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::cur_loop |
current loop counter
Definition at line 59 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::cur_frame |
number of frames of the current animation file
Definition at line 64 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::vp8x_flags |
Definition at line 65 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::has_iccp |
Definition at line 67 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::has_exif |
Definition at line 68 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::has_anim |
Definition at line 69 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::has_xmp |
Definition at line 70 of file webp_anim_dec.c.
| int WebPAnimDemuxContext::usebgcolor |
Definition at line 72 of file webp_anim_dec.c.
| int64_t WebPAnimDemuxContext::first_anmf_offset |
Definition at line 74 of file webp_anim_dec.c.
1.8.17