mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
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>
This commit is contained in:
parent
c347b28699
commit
8addd56554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user