Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  fate: add Alias PIX tests

Conflicts:
	tests/fate/image.mak

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
62094e2fdd
3 changed files with 13 additions and 0 deletions
  1. +9
    -0
      tests/fate/image.mak
  2. +2
    -0
      tests/ref/fate/aliaspix-bgr
  3. +2
    -0
      tests/ref/fate/aliaspix-gray

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

@@ -1,3 +1,12 @@
FATE_ALIASPIX += fate-aliaspix-bgr
fate-aliaspix-bgr: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/first.pix -pix_fmt bgr24

FATE_ALIASPIX += fate-aliaspix-gray
fate-aliaspix-gray: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/firstgray.pix -pix_fmt gray

FATE_ALIASPIX-$(call DEMDEC, IMAGE2, ALIAS_PIX) += $(FATE_ALIASPIX)
FATE_IMAGE += $(FATE_ALIASPIX-yes)
fate-aliaspix: $(FATE_ALIASPIX-yes)
FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx



+ 2
- 0
tests/ref/fate/aliaspix-bgr View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 36000, 0x9ff1ba55

+ 2
- 0
tests/ref/fate/aliaspix-gray View File

@@ -0,0 +1,2 @@
#tb 0: 1/25
0, 0, 0, 1, 12000, 0x29f8832c

Loading…
Cancel
Save