diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2019-03-20 02:16:17 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2019-03-20 02:17:19 +0530 |
commit | 41ef6dd67d48f13a18ba0fa3e2dc1bc448a0ecbb (patch) | |
tree | 84f853fd888a243e914d7ee5794fb5b8cf742291 | |
parent | 90b85ab21fcb2895d4cf25527179ea0fa5f08ec0 (diff) | |
download | ffmpeg-41ef6dd67d48f13a18ba0fa3e2dc1bc448a0ecbb.tar.gz |
doc/ffmpeg: remove entry for -loop_output
Option doesn't exist .. hasn't for a few years now.
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index ce051d1fed..0650dd9b3f 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1396,10 +1396,6 @@ loss). By default @command{ffmpeg} attempts to read the input(s) as fast as possible. This option will slow down the reading of the input(s) to the native frame rate of the input(s). It is useful for real-time output (e.g. live streaming). -@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 -vsync @var{parameter} Video sync method. For compatibility reasons old values can be specified as numbers. |