[FFmpeg-cvslog] doc: clarify option on looping infinitely in movie filter

Werner Robitza git at videolan.org
Sat Feb 4 00:16:36 EET 2017


ffmpeg | branch: master | Werner Robitza <slhck at users.noreply.github.com> | Thu Feb  2 19:39:24 2017 +0100| [8addd56554eb240f38abfadb8bedf3ff8efc965a] | committer: Lou Logan

doc: clarify option on looping infinitely in movie filter

Clarify that setting loop=0 is required to make the stream loop infinitely, rather than saying that a value "less than 1" is needed.

Signed-off-by: Lou Logan <lou at lrcd.com>

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

 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index cd8e90e..74c8547 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18134,7 +18134,7 @@ audio instead of video.
 
 @item loop
 Specifies how many times to read the stream in sequence.
-If the value is less than 1, the stream will be read again and again.
+If the value is 0, the stream will be looped infinitely.
 Default value is "1".
 
 Note that when the movie is looped the source timestamps are not



More information about the ffmpeg-cvslog mailing list