summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-12-04 21:32:29 +0100
committerPaul B Mahol <onemda@gmail.com>2017-12-04 21:32:29 +0100
commit312b00de8f8b15f416daf90865da3be9180a09c8 (patch)
treea67396375742d56fd85304701499fd78b168b73e /doc
parentcc2ba526d4140829e9b3a8d5919b8cfe449972c3 (diff)
avfilter/vf_convolution: add 7x7 filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f7c371592f..8bffb708d2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6025,7 +6025,7 @@ colorspace=smpte240m
@section convolution
-Apply convolution 3x3 or 5x5 filter.
+Apply convolution 3x3, 5x5 or 7x7 filter.
The filter accepts the following options:
@@ -6035,7 +6035,7 @@ The filter accepts the following options:
@item 2m
@item 3m
Set matrix for each plane.
-Matrix is sequence of 9 or 25 signed integers.
+Matrix is sequence of 9, 25 or 49 signed integers.
@item 0rdiv
@item 1rdiv