]> git.sesse.net Git - ffmpeg/commit
dds: Write the palette in the native endian form
authorMartin Storsjö <martin@martin.st>
Thu, 23 Jul 2015 14:59:44 +0000 (17:59 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 23 Jul 2015 16:07:43 +0000 (19:07 +0300)
commit44f7df0c987965763c609f6dc36974b04182e58d
tree919aa8fa77378affa0e065f0d1c495e58fe56c77
parent11f3d5c69b711a1f1631961921ecd20d31f8336d
dds: Write the palette in the native endian form

This fixes the palette on big endian, broken (or, differing from
little endian) since 57214b2f7.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/dds.c