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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-09 00:47:38 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-11-16 19:17:27 +0300
commit481ff3cf018811ba3235f1c236e970f32a6300b9 (patch)
tree080241fa8f5218b8b844289685751ba0214526f1 /tests/fate/hevc.mak
parentd5d62ce6d643de704e7bd62a2375e6391c0ffb9a (diff)
fate: Add h264 and hevc extradata reload tests
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'tests/fate/hevc.mak')
-rw-r--r--tests/fate/hevc.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index fc4ce23bb7..5446969a7d 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -160,6 +160,11 @@ FATE_HEVC += fate-hevc-paramchange-yuv420p-yuv420p10
FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += $(FATE_HEVC)
+# this sample has two stsd entries and needs to reload extradata
+FATE_HEVC-$(call DEMDEC, MOV, HEVC) += fate-hevc-extradata-reload
+
+fate-hevc-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/hevc/extradata-reload-multi-stsd.mov
+
FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
fate-hevc: $(FATE_HEVC-yes)