diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 22:18:20 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:02 +0200 |
commit | 8da1f1f2081c615852e036f3f8e45eee07ee3bbc (patch) | |
tree | 3bc3c24e3aa744afbe6ea3cee56be1450180f0b9 /doc/filters.texi | |
parent | 8388e1e2b343e25b3a7de31079557285b7353ebd (diff) | |
download | ffmpeg-8da1f1f2081c615852e036f3f8e45eee07ee3bbc.tar.gz |
lavfi/colormatrix: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 796cdce929..d5b7e68c8d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2102,12 +2102,8 @@ boxblur=luma_radius=min(h\,w)/10:luma_power=1:chroma_radius=min(cw\,ch)/10:chrom Convert color matrix. -The filter accepts parameters as a list of @var{key}=@var{value} -pairs, separated by ":". If the key of the first options is omitted, -the arguments are interpreted according to the syntax -@var{src}:@var{dst}. +The filter accepts the following options: -A description of the accepted options follows: @table @option @item src @item dst |