diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-05-03 15:20:21 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-05-04 21:37:33 +0200 |
commit | 0bcc66571aab7e49f77ad49004c183a4e15e337a (patch) | |
tree | 900c20a20ecc519262963adbcc5a6baeaab2d5da /doc/filters.texi | |
parent | d122c8b1028bb713c6c0cdb45d477f43b62d2436 (diff) | |
download | ffmpeg-0bcc66571aab7e49f77ad49004c183a4e15e337a.tar.gz |
avfilter/vf_edgedetect: add planes option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 49c61dd144..33e27e10f3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8280,8 +8280,10 @@ Mix the colors to create a paint/cartoon effect. @item canny Apply Canny edge detector on all selected planes. @end table - Default value is @var{wires}. + +@item planes +Select planes for filtering. By default all available planes are filtered. @end table @subsection Examples |