diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-26 15:31:36 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-26 15:32:56 +0200 |
commit | 4cf60b4fa12f4e1804c05d58ed79d2bbb991c3f5 (patch) | |
tree | 95b6546eabd0c074eef9fc399d96406393b1700d /doc | |
parent | 2ab65b652dc5e69fb738f1afdc55f7a2f9cbc0e0 (diff) | |
download | ffmpeg-4cf60b4fa12f4e1804c05d58ed79d2bbb991c3f5.tar.gz |
avfilter/vf_blend: add addition128 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 044876c7c7..0fdb677124 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3493,6 +3493,7 @@ of @var{all_mode}. Default value is @code{normal}. Available values for component modes are: @table @samp @item addition +@item addition128 @item and @item average @item burn |