AV_RESAMPLE_FILTER_TYPE_CUBIC 75 libavresample/options.c { "filter_type", "Filter Type", OFFSET(filter_type), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, AV_RESAMPLE_FILTER_TYPE_CUBIC, AV_RESAMPLE_FILTER_TYPE_KAISER, PARAM, "filter_type" }, AV_RESAMPLE_FILTER_TYPE_CUBIC 76 libavresample/options.c { "cubic", "Cubic", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_CUBIC }, INT_MIN, INT_MAX, PARAM, "filter_type" }, AV_RESAMPLE_FILTER_TYPE_CUBIC 87 libavresample/resample.c case AV_RESAMPLE_FILTER_TYPE_CUBIC: {