summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-06-18 09:49:24 +0200
committerAnton Khirnov <anton@khirnov.net>2011-07-08 19:58:19 +0200
commitf5302e5dcf6572e9424d51d152bffc570cd75ce6 (patch)
tree1c4d71474f5e888213d15b7a329d78b84b61b5f7 /doc
parentd31e3f7ccc5d1e198b3a582f4413ce7342928d8c (diff)
ffmpeg: deprecate loop_input and loop_output options
They were replaced by (de)muxer private options.
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index cabf395582..6e7fd1390d 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -731,9 +731,11 @@ 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.
@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).
+This option is deprecated, use -loop.
@item -threads @var{count}
Thread count.
@item -vsync @var{parameter}