forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/fate: added dnxhr parser regression test
Signed-off-by: Michael Niedermayer <[email protected]>
- Loading branch information
1 parent
c4ac309
commit f09449d
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |