Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-29 06:14:48 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-03-29 13:31:00 +0300
commit7de0fefeb5b391173fabf65e6e96bb7729b58ceb (patch)
tree81793985c4330ee855db0613db6b7f5a3a1c3754 /doc/demuxers.texi
parent268ff17cb785c3ae94be0aca31ed8709e149b487 (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/demuxers.texi')
-rw-r--r--doc/demuxers.texi5
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.