Fixed issues with planar codec buffer alignment
authorArmin Novak <armin.novak@thincast.com>
Wed, 2 Jun 2021 08:47:10 +0000 (10:47 +0200)
committerakallabeth <akallabeth@users.noreply.github.com>
Wed, 2 Jun 2021 11:44:47 +0000 (13:44 +0200)
commitc311a1c695e8b2c5bb5190c26d13752fd35982ae
treeab402b87a7f3cd6635b94d6f9394a57385637bdc
parent3c908de5a41e93df78dcf6069ec56ebe17918211
Fixed issues with planar codec buffer alignment

Align width and height to next multiple of 4 to avoid issues with
internal buffer sizes.

(cherry picked from commit c2049673be9be05a87d62759c55893759ed64d05)
libfreerdp/codec/planar.c