diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-17 23:39:59 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2017-10-29 01:45:43 +0200 |
commit | 1da8c4ec85c150349b81237d13d84cb16404243d (patch) | |
tree | 69abfb588f78531c8ee02cec9834c75c0d971402 /doc | |
parent | 49fe0ecd405ddcee8840a98b3f09f0efe41b233d (diff) | |
download | ffmpeg-1da8c4ec85c150349b81237d13d84cb16404243d.tar.gz |
lavfi/palettegen: Allow setting the background colour.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 64e84d9b45..6f6dfcff48 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11458,6 +11458,9 @@ If not set, the maximum of colors in the palette will be 256. You probably want to disable this option for a standalone image. Set by default. +@item transparency_color +Set the color that will be used as background for transparency. + @item stats_mode Set statistics mode. |