diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-12-04 21:32:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-12-04 21:32:29 +0100 |
commit | 312b00de8f8b15f416daf90865da3be9180a09c8 (patch) | |
tree | a67396375742d56fd85304701499fd78b168b73e /doc | |
parent | cc2ba526d4140829e9b3a8d5919b8cfe449972c3 (diff) | |
download | ffmpeg-streaming-312b00de8f8b15f416daf90865da3be9180a09c8.zip ffmpeg-streaming-312b00de8f8b15f416daf90865da3be9180a09c8.tar.gz |
avfilter/vf_convolution: add 7x7 filter
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 f7c3715..8bffb70 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 |