summaryrefslogtreecommitdiffstats
path: root/tests/fate/mov.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-11-05 01:36:53 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-05 10:24:48 +0100
commit5dc237aaaab6cfd1f573d4cc4751683df7c41933 (patch)
treee2d01a43419be1cedec2fd0a6824a4da9b15a638 /tests/fate/mov.mak
parent6ead033bca9accd56f188cc004b4c4b18d616aa7 (diff)
downloadffmpeg-streaming-5dc237aaaab6cfd1f573d4cc4751683df7c41933.zip
ffmpeg-streaming-5dc237aaaab6cfd1f573d4cc4751683df7c41933.tar.gz
fate: add zombie test
This test tests some odd sample with odd aspect ratio Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/mov.mak')
-rw-r--r--tests/fate/mov.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 6b79832..6760f08 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -5,6 +5,7 @@ FATE_MOV = fate-mov-3elist \
fate-mov-elist-starts-ctts-2ndsample \
fate-mov-1elist-ends-last-bframe \
fate-mov-2elist-elist1-ends-bframe \
+ fate-mov-zombie \
fate-mov-aac-2048-priming
FATE_SAMPLES_AVCONV += $(FATE_MOV)
@@ -30,3 +31,6 @@ fate-mov-2elist-elist1-ends-bframe: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-
fate-mov-aac-2048-priming: ffprobe$(PROGSSUF)$(EXESUF)
fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
+
+fate-mov-zombie: ffprobe$(PROGSSUF)$(EXESUF)
+fate-mov-zombie: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_format -show_frames -bitexact -print_format compact $(TARGET_SAMPLES)/mov/white_zombie_scrunch-part.mov
OpenPOWER on IntegriCloud