Since the 24 bit format is decoded to endian-dependant
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 21 Aug 2010 19:40:38 +0000 (19:40 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 21 Aug 2010 19:40:38 +0000 (19:40 +0000)
commit47af6239674f336defe3fa5aa13808e77af3792a
tree1510373127e80853d0ec78a545c0e2b5c8d62f38
parent751c5093c6a2b9149fb1ad86220b0bf35fded42c
Since the 24 bit format is decoded to endian-dependant
BGR32 and not BGR24, do not swap red and blue on big-endian
for this format as well.

Originally committed as revision 24863 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/truemotion1.c