diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-06-02 19:12:45 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-06-02 19:12:45 +0000 |
commit | 3e04746ec335a2fe3839aab5f40ccd4528e279a0 (patch) | |
tree | b7f2f15504f94a17577450551e720ab8d6e4c383 /doc | |
parent | 20cea0c7de870d2fee6036082f202b431f49e200 (diff) | |
download | ffmpeg-3e04746ec335a2fe3839aab5f40ccd4528e279a0.tar.gz |
avfilter/vf_blend: add hardmix mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-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 a79979360a..333244df3b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2749,6 +2749,7 @@ Available values for component modes are: @item dodge @item exclusion @item hardlight +@item hardmix @item lighten @item multiply @item negation |