diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-03 11:45:02 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-03 11:45:33 +0200 |
commit | 08d2cee49c323715b66df0e4ff45ec0e07aaea7b (patch) | |
tree | 8b05016616664ebce0793243b7b778924b5305a1 /doc/ffmpeg.texi | |
parent | eb29649cad7c133e68f0194b9b913f039a7c623f (diff) | |
download | ffmpeg-08d2cee49c323715b66df0e4ff45ec0e07aaea7b.tar.gz |
Fix -loop_input.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 2 |
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). |