{"explode","abort decoding on minor error detection",0,AV_OPT_TYPE_CONST,{.dbl=AV_EF_EXPLODE},INT_MIN,INT_MAX,A|V|D,"err_detect"},
{"careful","consider things that violate the spec and have not been seen in the wild as errors",0,AV_OPT_TYPE_CONST,{.dbl=AV_EF_CAREFUL},INT_MIN,INT_MAX,A|V|D,"err_detect"},
{"compliant","consider all spec non compliancies as errors",0,AV_OPT_TYPE_CONST,{.dbl=AV_EF_COMPLIANT},INT_MIN,INT_MAX,A|V|D,"err_detect"},
{"aggressive","consider things that a sane encoder shouldnt do as an error",0,AV_OPT_TYPE_CONST,{.dbl=AV_EF_AGGRESSIVE},INT_MIN,INT_MAX,A|V|D,"err_detect"},
{"aggressive","consider things that a sane encoder shouldnot do as an error",0,AV_OPT_TYPE_CONST,{.dbl=AV_EF_AGGRESSIVE},INT_MIN,INT_MAX,A|V|D,"err_detect"},