diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-09 17:11:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-09 17:11:53 +0200 |
commit | c5ebeaa3085bef608a1ec76e8e6b24e6e98c428a (patch) | |
tree | e7bd92e8fba564b35a75e0cbe2842cfad82afad2 /doc | |
parent | 87100e828a59fa04dc892b45d8db2d690ce6a2a1 (diff) | |
download | ffmpeg-streaming-c5ebeaa3085bef608a1ec76e8e6b24e6e98c428a.zip ffmpeg-streaming-c5ebeaa3085bef608a1ec76e8e6b24e6e98c428a.tar.gz |
swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scaler.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/scaler.texi b/doc/scaler.texi index 457347c..060a45c 100644 --- a/doc/scaler.texi +++ b/doc/scaler.texi @@ -130,6 +130,9 @@ Default value is @samp{none}. @item uniform_color Blend onto a uniform background color +@item checkerboard +Blend onto a checkerboard + @item none No blending |