diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2017-11-21 12:01:00 +0100 |
---|---|---|
committer | Martin Vignali <martin.vignali@gmail.com> | 2017-11-21 12:05:21 +0100 |
commit | 37810bee7839f7524e68db83c3aef7b7474fce80 (patch) | |
tree | a6d6b1b4e8554b810caa0f6a794156963dff064c | |
parent | 2053832d1caae1cb37250d8a2c08591e07c65774 (diff) | |
download | ffmpeg-37810bee7839f7524e68db83c3aef7b7474fce80.tar.gz |
fate/hapdec : add test for hapqa decoding
-rw-r--r-- | tests/fate/video.mak | 9 | ||||
-rw-r--r-- | tests/ref/fate/hapqa-nosnappy-127x71 | 6 | ||||
-rw-r--r-- | tests/ref/fate/hapqa-snappy1-127x71 | 6 | ||||
-rw-r--r-- | tests/ref/fate/hapqa-snappy16-127x71 | 6 |
4 files changed, 27 insertions, 0 deletions
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 |