From 8addd56554eb240f38abfadb8bedf3ff8efc965a Mon Sep 17 00:00:00 2001
From: Werner Robitza <slhck@users.noreply.github.com>
Date: Thu, 2 Feb 2017 19:39:24 +0100
Subject: [PATCH] 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@lrcd.com>
---
 doc/filters.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index cd8e90e354e..74c85471942 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
-- 
GitLab