From 62a0d226212d5e0857c62effb1cb41e5f4af6707 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 18 Jan 2020 13:43:33 +0100 Subject: avfilter/vf_v360: add gaussian 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 9f74272133..29bf27565c 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -55,6 +55,7 @@ enum InterpMethod { BICUBIC, LANCZOS, SPLINE16, + GAUSSIAN, NB_INTERP_METHODS, }; -- cgit v1.2.3