fate: Convert the paletted output in the brenderpix tests to rgb24

This makes the output consistent on big-endian systems.
pull/64/head
Martin Storsjö 11 years ago committed by Vittorio Giovara
parent 3a5a965493
commit 3e4e2142d2
  1. 4
      tests/fate/image.mak
  2. 2
      tests/ref/fate/brenderpix-defpal
  3. 2
      tests/ref/fate/brenderpix-intpal

@ -15,10 +15,10 @@ FATE_BRENDERPIX += fate-brenderpix-565
fate-brenderpix-565: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/maximafront.pix
FATE_BRENDERPIX += fate-brenderpix-defpal
fate-brenderpix-defpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/rivrock1.pix
fate-brenderpix-defpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/rivrock1.pix -pix_fmt rgb24
FATE_BRENDERPIX += fate-brenderpix-intpal
fate-brenderpix-intpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/testtex.pix
fate-brenderpix-intpal: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/testtex.pix -pix_fmt rgb24
FATE_BRENDERPIX += fate-brenderpix-y400a
fate-brenderpix-y400a: CMD = framecrc -c:v brender_pix -i $(TARGET_SAMPLES)/brenderpix/gears.pix

@ -1,2 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 66560, 0xee71bd50
0, 0, 0, 1, 196608, 0xada11d14

@ -1,2 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 66560, 0x51a30b0d
0, 0, 0, 1, 196608, 0x9662f917

Loading…
Cancel
Save