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>2011-08-03 13:45:02 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-03 13:45:33 +0400
commit08d2cee49c323715b66df0e4ff45ec0e07aaea7b (patch)
tree8b05016616664ebce0793243b7b778924b5305a1 /doc/ffmpeg.texi
parenteb29649cad7c133e68f0194b9b913f039a7c623f (diff)
Fix -loop_input.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 2e1d469612..832e3d8fe2 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -732,7 +732,7 @@ Read input at native frame rate. Mainly used to simulate a grab device.
@item -loop_input
Loop over the input stream. Currently it works only for image
streams. This option is used for automatic FFserver testing.
-This option is deprecated, use -loop.
+This option is deprecated, use -loop 1.
@item -loop_output @var{number_of_times}
Repeatedly loop output for formats that support looping such as animated GIF
(0 will loop the output infinitely).