mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avcodec: drop deprecated vismv option
Deprecated in 08/2014. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user