codec: Set alpha channel to FF if not used (#5431)
authorMartin Fleisz <martin.fleisz@thincast.com>
Thu, 13 Jun 2019 07:19:42 +0000 (09:19 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Thu, 13 Jun 2019 07:19:42 +0000 (09:19 +0200)
commit1112e2fffbae82f98af1ed21faa0332cb9d59c3e
tree1cf7f1b74230b0339c5e200ff28d159d3840baa5
parent1f128b6142bedd188824ffe747af60511aa9b76d
 codec: Set alpha channel to FF if not used (#5431)

* Formatting

* codec: Set alpha channel to FF if not used

This PR initializes the alpha channel to FF. Before the alpha channel
contained uninitialized memory potentially causing problems when the
image data was used by an alpha channel aware frontend.
libfreerdp/codec/planar.c