FF_OPT_TYPE_CONST 817 libavcodec/libvpxenc.c {"error_resilient", "enable error resilience", 0, FF_OPT_TYPE_CONST, {.dbl = VP8F_ERROR_RESILIENT}, INT_MIN, INT_MAX, VE, "flags"}, \ FF_OPT_TYPE_CONST 818 libavcodec/libvpxenc.c {"altref", "enable use of alternate reference frames (VP8/2-pass only)", 0, FF_OPT_TYPE_CONST, {.dbl = VP8F_AUTO_ALT_REF}, INT_MIN, INT_MAX, VE, "flags"}, \ FF_OPT_TYPE_CONST 72 tools/enum_options.c if (u->type == FF_OPT_TYPE_CONST && u->unit && !strcmp(u->unit, o->unit)) FF_OPT_TYPE_CONST 84 tools/enum_options.c if (o->type != FF_OPT_TYPE_CONST)