Fix composite on big-endian systems.
authorAndrea Canciani <ranma42@gmail.com>
Sun, 27 Sep 2009 09:40:52 +0000 (11:40 +0200)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sun, 27 Sep 2009 13:35:02 +0000 (09:35 -0400)
commitf135f74ff3a4f55262b611b452566daff5e936ce
treed8042c2dfd9b9d6e7c613f361c0b5e71cc04f84a
parent15c14691a71daa29c86cce40ac0b4a14acf8f2fc
Fix composite on big-endian systems.

Data narrower than 32bpp is padded to an unsigned long and on
big-endian systems this shifts the value by the padding bits.
test/composite.c