Browse Source

fate/psd : add test for 256 color

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.3
Martin Vignali Michael Niedermayer 9 years ago
parent
commit
682769d3d3
2 changed files with 9 additions and 0 deletions
  1. +3
    -0
      tests/fate/image.mak
  2. +6
    -0
      tests/ref/fate/psd-lena-256c

+ 3
- 0
tests/fate/image.mak View File

@@ -309,6 +309,9 @@ fate-psd-lena-rgb-rle-127x127-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-r
FATE_PSD += fate-psd-lena-rgba-rle-128x128-8b
fate-psd-lena-rgba-rle-128x128-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-rgba_rle_128x128_8b.psd

FATE_PSD += fate-psd-lena-256c
fate-psd-lena-256c: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-256c.psd

FATE_PSD-$(call DEMDEC, IMAGE2, PSD) += $(FATE_PSD)

FATE_IMAGE += $(FATE_PSD-yes)


+ 6
- 0
tests/ref/fate/psd-lena-256c View File

@@ -0,0 +1,6 @@
#tb 0: 1/25
#media_type 0: video
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 0/1
0, 0, 0, 1, 17408, 0x4d80bf4f

Loading…
Cancel
Save