avcodec: drop deprecated vismv option

Deprecated in 08/2014.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-10-23 16:52:24 -03:00
parent d2484639bc
commit eb5f846339
5 changed files with 0 additions and 249 deletions

View File

@@ -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