Browse Source

tests/fate: added dnxhr parser regression test

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.1
Mark Reid Michael Niedermayer 10 years ago
parent
commit
f09449daa4
2 changed files with 8 additions and 1 deletions
  1. +3
    -1
      tests/fate/dnxhd.mak
  2. +5
    -0
      tests/ref/fate/dnxhr-parse

+ 3
- 1
tests/fate/dnxhd.mak View File

@@ -1,8 +1,10 @@
FATE_DNXHD = fate-dnxhd-mbaff \
fate-dnxhr-444
fate-dnxhr-444 \
fate-dnxhr-parse

FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, DNXHD) += $(FATE_DNXHD)
fate-dnxhd: $(FATE_DNXHD) $(FATE_VCODEC_DNXHD)

fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_cid1260.mov -pix_fmt yuv422p10le
fate-dnxhr-444: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr444_cid1270.mov -pix_fmt yuv444p10le
fate-dnxhr-parse: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhr_cid1274.dnxhr -pix_fmt yuv422p

+ 5
- 0
tests/ref/fate/dnxhr-parse View File

@@ -0,0 +1,5 @@
#tb 0: 1/25
0, 0, 0, 1, 16588800, 0x67ebfdb1
0, 1, 1, 1, 16588800, 0x7fa687e6
0, 2, 2, 1, 16588800, 0x4e13f5eb
0, 3, 3, 1, 16588800, 0x054a642d

Loading…
Cancel
Save