summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-10-04 14:36:30 +0200
committerPaul B Mahol <onemda@gmail.com>2020-10-04 19:23:52 +0200
commiteaba6cecfb5e83ad7b37da5eda236aa5fc6f5f4c (patch)
tree218c5afcbed01398c5112d8f114f1c5ac58ffe1b /libavfilter/v360.h
parentacd735efaf0ceba95c3f07751182af485af993d2 (diff)
avfilter/vf_v360: add mitchell interpolation
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r--libavfilter/v360.h1
1 files changed, 1 insertions, 0 deletions
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,
};