diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-10-04 14:36:30 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-10-04 19:23:52 +0200 |
commit | eaba6cecfb5e83ad7b37da5eda236aa5fc6f5f4c (patch) | |
tree | 218c5afcbed01398c5112d8f114f1c5ac58ffe1b /libavfilter/v360.h | |
parent | acd735efaf0ceba95c3f07751182af485af993d2 (diff) | |
download | ffmpeg-eaba6cecfb5e83ad7b37da5eda236aa5fc6f5f4c.tar.gz |
avfilter/vf_v360: add mitchell interpolation
Diffstat (limited to 'libavfilter/v360.h')
-rw-r--r-- | libavfilter/v360.h | 1 |
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, }; |