diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-11 18:26:22 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-14 10:55:51 +0200 |
commit | 8a0d45a92eb31b2e4ea2fe8a10fb9817a0b0e63f (patch) | |
tree | ed9289943c1b0e3a12d79af887070e5bc1771816 /doc | |
parent | 996ff3fe86b0a7a0d2b8bc5a2570cb1271eb9474 (diff) | |
download | ffmpeg-8a0d45a92eb31b2e4ea2fe8a10fb9817a0b0e63f.tar.gz |
avfilter/vf_geq: allow user to set interpolation method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0d4514678c..e7c1090853 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11019,6 +11019,14 @@ red/green/blue component. Return 0 if there is no such component. @item alpha(x, y) Return the value of the pixel at location (@var{x},@var{y}) of the alpha plane. Return 0 if there is no such plane. + +@item interpolation +Set one of interpolation methods: +@table @option +@item nearest, n +@item bilinear, b +@end table +Default is bilinear. @end table For functions, if @var{x} and @var{y} are outside the area, the value will be |