diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 22:33:41 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:03 +0200 |
commit | f8eabab04d1b429bc0332c06a46ae3c344a4cb15 (patch) | |
tree | b5647cf45d2fd2f5fffcbf7b9330df570771ed76 /doc/filters.texi | |
parent | 1cdb9f48dbc3601fc9ba007d344a7cd45da094d4 (diff) | |
download | ffmpeg-f8eabab04d1b429bc0332c06a46ae3c344a4cb15.tar.gz |
lavfi/geq: 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 01380bc3f7..00a804a4b1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3302,11 +3302,7 @@ For more information see: @section geq -The filter takes one, two, three or four equations as parameter, separated by ':'. -The first equation is mandatory and applies to the luma plane. The two -following are respectively for chroma blue and chroma red planes. - -The filter syntax allows named parameters: +The filter accepts the following options: @table @option @item lum_expr |