{"dv","force device being treated as DV device",0,AV_OPT_TYPE_CONST,{.i64=IEC61883_DV},0,0,AV_OPT_FLAG_DECODING_PARAM,"dvtype"},
{"hdv","force device being treated as HDV device",0,AV_OPT_TYPE_CONST,{.i64=IEC61883_HDV},0,0,AV_OPT_FLAG_DECODING_PARAM,"dvtype"},
{"dvbuffer","set queue buffer size (in packets)",offsetof(structiec61883_data,max_packets),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,AV_OPT_FLAG_DECODING_PARAM},
{"dvguid","select one of multiple DV devices by its GUID",offsetof(structiec61883_data,device_guid),AV_OPT_TYPE_STRING,{.str=NULL},0,0,AV_OPT_FLAG_DECODING_PARAM},