Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-26 04:05:26 +0400
committerClément Bœsch <ubitux@gmail.com>2013-03-26 04:05:26 +0400
commit133035c40d28a6ae745a9c00f928a306fcbd0878 (patch)
treecf0d675889a6c465d7b417031fd5ae85d5898d96 /libavfilter/vf_curves.c
parent183f3450fda08ecccd824c1e44936c6c0a7262e4 (diff)
lavfi/curves: add forgotten strong_contrast preset.
Diffstat (limited to 'libavfilter/vf_curves.c')
-rw-r--r--libavfilter/vf_curves.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c
index 6137262d54..48db0f396f 100644
--- a/libavfilter/vf_curves.c
+++ b/libavfilter/vf_curves.c
@@ -92,6 +92,11 @@ static const struct {
},{
"negative", "0/1 1/0", "0/1 1/0", "0/1 1/0",
},{
+ "strong_contrast",
+ "0.301/0.196 0.592/0.6 0.686/0.737",
+ "0.301/0.196 0.592/0.6 0.686/0.737",
+ "0.301/0.196 0.592/0.6 0.686/0.737",
+ },{
"vintage",
"0/0.11 0.42/0.51 1/0.95",
"0.50/0.48",