From 2b7097ef2795c78c264e2cb81b4ad8254eb13c60 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Wed, 21 Aug 2019 22:52:10 +0200 Subject: avdevice/decklink_dec: remove -bm_v210 option Deprecated since Sep 28, 2017. Signed-off-by: Marton Balint --- libavdevice/decklink_dec.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavdevice/decklink_dec.cpp') diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index 19ea1eccad..0360bd16fb 100644 --- a/libavdevice/decklink_dec.cpp +++ b/libavdevice/decklink_dec.cpp @@ -1054,11 +1054,6 @@ av_cold int ff_decklink_read_header(AVFormatContext *avctx) return AVERROR_EXIT; } - if (cctx->v210) { - av_log(avctx, AV_LOG_WARNING, "The bm_v210 option is deprecated and will be removed. Please use the -raw_format yuv422p10.\n"); - cctx->raw_format = MKBETAG('v','2','1','0'); - } - ret = ff_decklink_init_device(avctx, avctx->url); if (ret < 0) return ret; -- cgit v1.2.3