diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-05-04 21:05:52 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-05-04 21:32:26 +0200 |
commit | aba39cc1f18faf68cf287032516c8ee4efb709b4 (patch) | |
tree | b87ee76cb60b89d11f68a2aec1733fe5e199d997 /doc | |
parent | 901dc11bb67e2e0746bbd147ecbc4d02cd8cfa25 (diff) | |
download | ffmpeg-aba39cc1f18faf68cf287032516c8ee4efb709b4.tar.gz |
avfilter/vf_convolution: add column/vertical mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 44307f3f5c..a0826f2f5d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6416,7 +6416,7 @@ colorspace=smpte240m @section convolution -Apply convolution of 3x3, 5x5, 7x7 or horizontal up to 49 elements. +Apply convolution of 3x3, 5x5, 7x7 or horizontal/vertical up to 49 elements. The filter accepts the following options: @@ -6447,7 +6447,7 @@ Useful for making the overall image brighter or darker. Default is 0.0. @item 1mode @item 2mode @item 3mode -Set matrix mode for each plane. Can be @var{square} or @var{row}. +Set matrix mode for each plane. Can be @var{square}, @var{row} or @var{column}. Default is @var{square}. @end table |