mirror of https://git.ffmpeg.org/ffmpeg.git
fate: add Alias PIX tests
This commit is contained in:
parent
e50f5d3cf9
commit
9718c31ef6
|
@ -1,3 +1,13 @@
|
|||
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_SAMPLES_AVCONV += $(FATE_ALIASPIX-yes)
|
||||
fate-aliaspix: $(FATE_ALIASPIX-yes)
|
||||
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx
|
||||
fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 36000, 0x9ff1ba55
|
|
@ -0,0 +1,2 @@
|
|||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 12000, 0x29f8832c
|
Loading…
Reference in New Issue