diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-13 18:40:12 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-13 18:40:12 -0500 |
commit | 4c82c6d9932bfdb1a9eb288d566ded9d40ca5e24 (patch) | |
tree | 1e31db7519731eef6e1164d5537e87d8b09e7a1d /tests/ref | |
parent | 502bf3b462e40ae64d088c3246ef48fa618e4572 (diff) | |
download | ffmpeg-4c82c6d9932bfdb1a9eb288d566ded9d40ca5e24.tar.gz |
FATE: convert output to rgba for the targa tests which currently output pal8
fixes the tests on big-endian systems
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/targa-conformance-CCM8 | 2 | ||||
-rw-r--r-- | tests/ref/fate/targa-conformance-UCM8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/targa-conformance-CCM8 b/tests/ref/fate/targa-conformance-CCM8 index 3f6be24360..acc3068e26 100644 --- a/tests/ref/fate/targa-conformance-CCM8 +++ b/tests/ref/fate/targa-conformance-CCM8 @@ -1 +1 @@ -0, 0, 17408, 0x2bc2e306 +0, 0, 65536, 0xcf98bc29 diff --git a/tests/ref/fate/targa-conformance-UCM8 b/tests/ref/fate/targa-conformance-UCM8 index 3f6be24360..acc3068e26 100644 --- a/tests/ref/fate/targa-conformance-UCM8 +++ b/tests/ref/fate/targa-conformance-UCM8 @@ -1 +1 @@ -0, 0, 17408, 0x2bc2e306 +0, 0, 65536, 0xcf98bc29 |