diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-11 19:19:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-19 19:20:14 +0200 |
commit | 79600a83543afd7c485e30e1e9958765aadf7882 (patch) | |
tree | ba880e812db399d2e9de3f8f73e47e8213b62b84 /doc/avconv.texi | |
parent | 8fc83fb081963001e1197c6fdd59fd2af415078a (diff) | |
download | ffmpeg-79600a83543afd7c485e30e1e9958765aadf7882.tar.gz |
avconv: deprecate -isync.
This option does not do anything.
Also remove OPT_GRAB, since -isync is the last option using it.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index fc6402820b..9f06ddfeb2 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -595,13 +595,6 @@ Set the subtitle codec. This is an alias for @code{-codec:s}. Disable subtitle recording. @end table -@section Audio/Video grab options - -@table @option -@item -isync (@emph{global}) -Synchronize read on input. -@end table - @section Advanced options @table @option |