summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 16:52:24 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 16:52:24 -0300
commiteb5f84633991eeed2c4a547ae04b593ad6adb03e (patch)
tree51af5d35432a8d911faac3c22aa0ee2d7634a22b /doc
parentd2484639bc205112f3841b14424b7744a92fd5e1 (diff)
avcodec: drop deprecated vismv option
Deprecated in 08/2014. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/codecs.texi15
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.