mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
avdevice/decklink_dec: remove -bm_v210 option
Deprecated since Sep 28, 2017. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user