From aa42a1e6d7fad0c2a793f63b46b5a82a80561428 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 17 Jan 2020 20:01:23 +0100 Subject: avfilter/vf_v360: add spline16 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 d7db62ce27..9f74272133 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -54,6 +54,7 @@ enum InterpMethod { BILINEAR, BICUBIC, LANCZOS, + SPLINE16, NB_INTERP_METHODS, }; -- cgit v1.2.3