The decklink input pixel format can now be specified with the 'raw_format'
option. The -bm_v210 option is now deprecated.
Signed-off-by: Marton Balint <cus@passwd.hu>
pull/273/head
Gildas Fargeas7 years agocommitted byMarton Balint
{"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"},