Skip to content

Commit

Permalink
tests/fate: added dnxhr parser regression test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
markreidvfx authored and michaelni committed Feb 17, 2016
1 parent c4ac309 commit f09449d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/fate/dnxhd.mak
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions tests/ref/fate/dnxhr-parse
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f09449d

Please sign in to comment.