diff options
author | Carl Eugen Hoyos | 2015-03-29 05:14:48 +0200 |
---|---|---|
committer | Carl Eugen Hoyos | 2015-03-29 12:31:00 +0200 |
commit | 7de0fefeb5b391173fabf65e6e96bb7729b58ceb (patch) | |
tree | 81793985c4330ee855db0613db6b7f5a3a1c3754 /doc | |
parent | 268ff17cb785c3ae94be0aca31ed8709e149b487 (diff) |
lavf/gif: Add an option max_gif_delay to limit the frame duration.
Allows playback for the sample from ticket #4369 in less than 18 hours.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 11dfe1b9c1..3f7c45e843 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -205,6 +205,11 @@ It accepts the following options: Set the minimum valid delay between frames in hundredths of seconds. Range is 0 to 6000. Default value is 2. +@item max_gif_delay +Set the maximum valid delay between frames in hundredth of seconds. +Range is 0 to 65535. Default value is 65535 (nearly eleven minutes), +the maximum value allowed by the specification. + @item default_delay Set the default delay between frames in hundredths of seconds. Range is 0 to 6000. Default value is 10. |