{"ignore_level","ignore level even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver",0,AV_OPT_TYPE_CONST,{.i64=AV_HWACCEL_FLAG_IGNORE_LEVEL},INT_MIN,INT_MAX,V|D,"hwaccel_flags"},
{"allow_high_depth","allow to output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component",0,AV_OPT_TYPE_CONST,{.i64=AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH},INT_MIN,INT_MAX,V|D,"hwaccel_flags"},
{"allow_profile_mismatch","attempt to decode anyway if HW accelerated decoder's supported profiles do not exactly match the stream",0,AV_OPT_TYPE_CONST,{.i64=AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH},INT_MIN,INT_MAX,V|D,"hwaccel_flags"},
{"unsafe_output","allow potentially unsafe hwaccel frame output that might require special care to process successfully",0,AV_OPT_TYPE_CONST,{.i64=AV_HWACCEL_FLAG_UNSAFE_OUTPUT},INT_MIN,INT_MAX,V|D,"hwaccel_flags"},
{"extra_hw_frames","Number of extra hardware frames to allocate for the user",OFFSET(extra_hw_frames),AV_OPT_TYPE_INT,{.i64=-1},-1,INT_MAX,V|D},
{"discard_damaged_percentage","Percentage of damaged samples to discard a frame",OFFSET(discard_damaged_percentage),AV_OPT_TYPE_INT,{.i64=95},0,100,V|D},