diff options
| author | Marton Balint <[email protected]> | 2019-08-21 22:52:10 +0200 | 
|---|---|---|
| committer | Marton Balint <[email protected]> | 2020-01-03 18:13:22 +0100 | 
| commit | 2b7097ef2795c78c264e2cb81b4ad8254eb13c60 (patch) | |
| tree | 5fb928e2e4e95ec7589fec0a2b92c576a920cad0 /libavdevice/decklink_dec_c.c | |
| parent | 78a233e6e914d480d1c96ed6b5dcef2bd3c2695a (diff) | |
avdevice/decklink_dec: remove -bm_v210 option
Deprecated since Sep 28, 2017.
Signed-off-by: Marton Balint <[email protected]>
Diffstat (limited to 'libavdevice/decklink_dec_c.c')
| -rw-r--r-- | libavdevice/decklink_dec_c.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/decklink_dec_c.c b/libavdevice/decklink_dec_c.c index 99439f91ae..b59876994a 100644 --- a/libavdevice/decklink_dec_c.c +++ b/libavdevice/decklink_dec_c.c @@ -33,7 +33,6 @@ static const AVOption options[] = {      { "list_devices", "list available devices"  , OFFSET(list_devices), AV_OPT_TYPE_INT   , { .i64 = 0   }, 0, 1, DEC },      { "list_formats", "list supported formats"  , OFFSET(list_formats), AV_OPT_TYPE_INT   , { .i64 = 0   }, 0, 1, DEC },      { "format_code",  "set format by fourcc"    , OFFSET(format_code),  AV_OPT_TYPE_STRING, { .str = NULL}, 0, 0, DEC }, -    { "bm_v210",      "v210 10 bit per channel" , OFFSET(v210),         AV_OPT_TYPE_INT   , { .i64 = 0   }, 0, 1, DEC },      { "raw_format",   "pixel format to be returned by the card when capturing" , OFFSET(raw_format),  AV_OPT_TYPE_INT, { .i64 = MKBETAG('2','v','u','y')}, 0, UINT_MAX, DEC, "raw_format" },      { "uyvy422",       NULL,   0,  AV_OPT_TYPE_CONST, { .i64 = MKBETAG('2','v','u','y') }, 0, 0, DEC, "raw_format"},      { "yuv422p10",     NULL,   0,  AV_OPT_TYPE_CONST, { .i64 = MKBETAG('v','2','1','0') }, 0, 0, DEC, "raw_format"},  | 
