diff --git a/doc/filters.texi b/doc/filters.texi index 450f6ab1f21719e714eea8deb03f7a1db15ab5ca..02f0a29c6443c015dafe832fd948828cda203868 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. diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c index 6137262d546bb174e60e1cd299f6687e46673395..48db0f396f82b473f1759b06b37a8082827c0342 100644 --- a/libavfilter/vf_curves.c +++ b/libavfilter/vf_curves.c @@ -91,6 +91,11 @@ static const struct { "0.286/0.219 0.639/0.643", },{ "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",