[FFmpeg-cvslog] fate/hapdec : add test for hapqa decoding
Martin Vignali
git at videolan.org
Tue Nov 21 13:07:28 EET 2017
ffmpeg | branch: master | Martin Vignali <martin.vignali at gmail.com> | Tue Nov 21 12:01:00 2017 +0100| [37810bee7839f7524e68db83c3aef7b7474fce80] | committer: Martin Vignali
fate/hapdec : add test for hapqa decoding
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37810bee7839f7524e68db83c3aef7b7474fce80
---
tests/fate/video.mak | 9 +++++++++
tests/ref/fate/hapqa-nosnappy-127x71 | 6 ++++++
tests/ref/fate/hapqa-snappy1-127x71 | 6 ++++++
tests/ref/fate/hapqa-snappy16-127x71 | 6 ++++++
4 files changed, 27 insertions(+)
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index c7f2dcea9e..d2d5b60e9a 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -183,6 +183,15 @@ fate-hapy: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy.mov
FATE_HAP += fate-hap-chunk
fate-hap-chunk: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hapy-12-chunks.mov
+FATE_HAP += fate-hapqa-nosnappy-127x71
+fate-hapqa-nosnappy-127x71: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_NoSnappy_127x1.mov
+
+FATE_HAP += fate-hapqa-snappy1-127x71
+fate-hapqa-snappy1-127x71: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_1chunk_127x1.mov
+
+FATE_HAP += fate-hapqa-snappy16-127x71
+fate-hapqa-snappy16-127x71: CMD = framecrc -i $(TARGET_SAMPLES)/hap/HAPQA_Snappy_16chunk_127x1.mov
+
FATE_VIDEO-$(call DEMDEC, MOV, HAP) += $(FATE_HAP)
fate-hap: $(FATE_HAP)
diff --git a/tests/ref/fate/hapqa-nosnappy-127x71 b/tests/ref/fate/hapqa-nosnappy-127x71
new file mode 100644
index 0000000000..36069b4849
--- /dev/null
+++ b/tests/ref/fate/hapqa-nosnappy-127x71
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 127x71
+#sar 0: 1/1
+0, 0, 0, 1, 36068, 0x16c0a011
diff --git a/tests/ref/fate/hapqa-snappy1-127x71 b/tests/ref/fate/hapqa-snappy1-127x71
new file mode 100644
index 0000000000..36069b4849
--- /dev/null
+++ b/tests/ref/fate/hapqa-snappy1-127x71
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 127x71
+#sar 0: 1/1
+0, 0, 0, 1, 36068, 0x16c0a011
diff --git a/tests/ref/fate/hapqa-snappy16-127x71 b/tests/ref/fate/hapqa-snappy16-127x71
new file mode 100644
index 0000000000..36069b4849
--- /dev/null
+++ b/tests/ref/fate/hapqa-snappy16-127x71
@@ -0,0 +1,6 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 127x71
+#sar 0: 1/1
+0, 0, 0, 1, 36068, 0x16c0a011
More information about the ffmpeg-cvslog
mailing list