diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 12:47:42 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 13:05:06 +0200 |
commit | 7e7dc1489f5e7b3810935f17ec3c9a7ca2beb68a (patch) | |
tree | 4f3c63ffa92f6a6644bc2f9225f3d263d5ce6da3 /doc/filters.texi | |
parent | a1e798ef0a5f5c4cfa58cef436a02e07fb238733 (diff) | |
download | ffmpeg-7e7dc1489f5e7b3810935f17ec3c9a7ca2beb68a.tar.gz |
lavfi/curves: make possible to customize presets.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3d40b4f9d7..04f75c17b0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2371,8 +2371,9 @@ The filter accepts the following options: @table @option @item preset -Select one of the available color presets. This option can not be used in -addition to the @option{r}, @option{g}, @option{b} parameters. +Select one of the available color presets. This option can be used in addition +to the @option{r}, @option{g}, @option{b} parameters; in this case, the later +options takes priority on the preset values. Available presets are: @table @samp @item none |