diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-20 23:47:12 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-22 13:35:44 +0100 |
commit | 57214b2f7f9b1ccfd61e232e8989b5ee850f169c (patch) | |
tree | 885c57e6b0027e58f43c4e0720db49fca35f90db /tests | |
parent | ea4d46e72945cba37feb7aa154eb970732f513e4 (diff) | |
download | ffmpeg-57214b2f7f9b1ccfd61e232e8989b5ee850f169c.tar.gz |
dds: Fix palette decoding
Red and blue channels were decoded in the wrong order.
Found-By: ami_stuff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/dds-pal | 2 | ||||
-rw-r--r-- | tests/ref/fate/dds-pal-ati | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/dds-pal b/tests/ref/fate/dds-pal index 85414414d5..575a4bd51b 100644 --- a/tests/ref/fate/dds-pal +++ b/tests/ref/fate/dds-pal @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 65536, 0xbffee5cd +0, 0, 0, 1, 65536, 0x4287e5cd diff --git a/tests/ref/fate/dds-pal-ati b/tests/ref/fate/dds-pal-ati index 6b43bb4a8b..6de8adb445 100644 --- a/tests/ref/fate/dds-pal-ati +++ b/tests/ref/fate/dds-pal-ati @@ -1,2 +1,2 @@ #tb 0: 1/25 -0, 0, 0, 1, 16384, 0x23068060 +0, 0, 0, 1, 16384, 0x6ac18060 |