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 /doc | |
parent | 3972ec28e76f08466279ad48355c45bcbe45b09f (diff) | |
download | ffmpeg-62a0d226212d5e0857c62effb1cb41e5f4af6707.tar.gz |
avfilter/vf_v360: add gaussian interpolation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index c8ac4311f5..252eb4b7ad 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19027,6 +19027,9 @@ Lanczos interpolation. @item sp16 @item spline16 Spline16 interpolation. +@item gauss +@item gaussian +Gaussian interpolation. @end table Default value is @b{@samp{line}}. |