Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Butterworth <bangnoise@gmail.com>2015-07-21 03:12:12 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-22 17:15:53 +0300
commitc7e6443441ed5c1b5f64067dfbf4956bc2c6acbb (patch)
treeda72df57a5d67e30d68f18af10a3aba7e0d412c9 /tests/fate/video.mak
parent9837d3b06844f6cb24e36bdbcce55c03f8241eb4 (diff)
Support the Hap chunked frame format
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r--tests/fate/video.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 0f7b8eb05d..a9e695f221 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -177,6 +177,9 @@ fate-hap5: CMD = framecrc -i $(TARGET_SAMPLES)/hap/hap5.mov
FATE_HAP += fate-hapy
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_SAMPLES_AVCONV-$(call DEMDEC, MOV, HAP) += $(FATE_HAP)
fate-hap: $(FATE_HAP)