diff options
author | James Almer <jamrial@gmail.com> | 2017-10-23 16:52:24 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-23 16:52:24 -0300 |
commit | eb5f84633991eeed2c4a547ae04b593ad6adb03e (patch) | |
tree | 51af5d35432a8d911faac3c22aa0ee2d7634a22b /doc/codecs.texi | |
parent | d2484639bc205112f3841b14424b7744a92fd5e1 (diff) | |
download | ffmpeg-eb5f84633991eeed2c4a547ae04b593ad6adb03e.tar.gz |
avcodec: drop deprecated vismv option
Deprecated in 08/2014.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 6ab02c35de..6f0aad2169 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -506,21 +506,6 @@ threading operations skip motion compensation @end table -@item vismv @var{integer} (@emph{decoding,video}) -Visualize motion vectors (MVs). - -This option is deprecated, see the codecview filter instead. - -Possible values: -@table @samp -@item pf -forward predicted MVs of P-frames -@item bf -forward predicted MVs of B-frames -@item bb -backward predicted MVs of B-frames -@end table - @item cmp @var{integer} (@emph{encoding,video}) Set full pel me compare function. |