summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
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 /libavcodec/utils.c
parentd2484639bc205112f3841b14424b7744a92fd5e1 (diff)
avcodec: drop deprecated vismv option
Deprecated in 08/2014. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 6f6707a7c7..965b6c6276 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -816,12 +816,6 @@ int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *code
avctx->lowres = avctx->codec->max_lowres;
}
-#if FF_API_VISMV
- if (avctx->debug_mv)
- av_log(avctx, AV_LOG_WARNING, "The 'vismv' option is deprecated, "
- "see the codecview filter instead.\n");
-#endif
-
if (av_codec_is_encoder(avctx->codec)) {
int i;
#if FF_API_CODED_FRAME