diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-03-26 01:05:26 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-03-26 01:05:26 +0100 |
commit | 133035c40d28a6ae745a9c00f928a306fcbd0878 (patch) | |
tree | cf0d675889a6c465d7b417031fd5ae85d5898d96 /doc/filters.texi | |
parent | 183f3450fda08ecccd824c1e44936c6c0a7262e4 (diff) | |
download | ffmpeg-133035c40d28a6ae745a9c00f928a306fcbd0878.tar.gz |
lavfi/curves: add forgotten strong_contrast preset.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 450f6ab1f2..02f0a29c64 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2355,6 +2355,7 @@ Available presets are: @item linear_contrast @item medium_contrast @item negative +@item strong_contrast @item vintage @end table Default is unset. |