summaryrefslogtreecommitdiff
path: root/libavfilter/v360.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-01-18 13:43:33 +0100
committerPaul B Mahol <onemda@gmail.com>2020-01-18 13:43:33 +0100
commit62a0d226212d5e0857c62effb1cb41e5f4af6707 (patch)
treee3b104544723346459f61446482d15fef84d4e08 /libavfilter/v360.h
parent3972ec28e76f08466279ad48355c45bcbe45b09f (diff)
avfilter/vf_v360: add gaussian 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 9f74272133..29bf27565c 100644
--- a/libavfilter/v360.h
+++ b/libavfilter/v360.h
@@ -55,6 +55,7 @@ enum InterpMethod {
BICUBIC,
LANCZOS,
SPLINE16,
+ GAUSSIAN,
NB_INTERP_METHODS,
};