From eaba6cecfb5e83ad7b37da5eda236aa5fc6f5f4c Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 4 Oct 2020 14:36:30 +0200 Subject: avfilter/vf_v360: add mitchell interpolation --- libavfilter/v360.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/v360.h') diff --git a/libavfilter/v360.h b/libavfilter/v360.h index 9b52827bd1..b64d4827f8 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -65,6 +65,7 @@ enum InterpMethod { LANCZOS, SPLINE16, GAUSSIAN, + MITCHELL, NB_INTERP_METHODS, }; -- cgit v1.2.3