diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-18 13:43:33 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-18 13:43:33 +0100 |
commit | 62a0d226212d5e0857c62effb1cb41e5f4af6707 (patch) | |
tree | e3b104544723346459f61446482d15fef84d4e08 /libavfilter/v360.h | |
parent | 3972ec28e76f08466279ad48355c45bcbe45b09f (diff) | |
download | ffmpeg-62a0d226212d5e0857c62effb1cb41e5f4af6707.tar.gz |
avfilter/vf_v360: add gaussian 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 9f74272133..29bf27565c 100644 --- a/libavfilter/v360.h +++ b/libavfilter/v360.h @@ -55,6 +55,7 @@ enum InterpMethod { BICUBIC, LANCZOS, SPLINE16, + GAUSSIAN, NB_INTERP_METHODS, }; |