diff options
author | Nicolas George <george@nsup.org> | 2017-07-20 17:35:44 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-07-25 09:27:35 +0200 |
commit | bbc7cfbf1e0b02323d4af512612342d2627080d8 (patch) | |
tree | 3e41359abd3df45bdbb3443f1f7a5ccde26857c7 /doc | |
parent | 4a654be3fb0a2575ce4c7a2a0f6924b5aa23ff93 (diff) | |
download | ffmpeg-bbc7cfbf1e0b02323d4af512612342d2627080d8.tar.gz |
lavfi/testsrc2: fix completely transparent alpha.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4c1ef0f485..2324b96867 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16394,6 +16394,11 @@ The sources accept the following parameters: @table @option +@item alpha +Specify the alpha (opacity) of the background, only available in the +@code{testsrc2} source. The value must be between 0 (fully transparent) and +255 (fully opaque, the default). + @item color, c Specify the color of the source, only available in the @code{color} source. For the syntax of this option, check the "Color" section in the |