[FFmpeg-cvslog] avformat/gif: fix final_delay unit in documentation.

Clément Bœsch git at videolan.org
Thu Nov 7 20:33:52 CET 2013


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat Oct 19 20:24:58 2013 +0200| [c37b0daf336c717fd693e9942411e48a99d91bd0] | committer: Clément Bœsch

avformat/gif: fix final_delay unit in documentation.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c37b0daf336c717fd693e9942411e48a99d91bd0
---

 libavformat/gif.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/gif.c b/libavformat/gif.c
index f6e7625..e52498d 100644
--- a/libavformat/gif.c
+++ b/libavformat/gif.c
@@ -194,7 +194,7 @@ static int gif_write_trailer(AVFormatContext *s)
 static const AVOption options[] = {
     { "loop", "Number of times to loop the output: -1 - no loop, 0 - infinite loop", OFFSET(loop),
       AV_OPT_TYPE_INT, { .i64 = 0 }, -1, 65535, ENC },
-    { "final_delay", "Force delay (in ms) after the last frame", OFFSET(last_delay),
+    { "final_delay", "Force delay (in centiseconds) after the last frame", OFFSET(last_delay),
       AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 65535, ENC },
     { NULL },
 };



More information about the ffmpeg-cvslog mailing list