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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-11-15 19:18:02 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-11-16 04:43:19 +0300
commit00c80798160f930ce680f98f869c23d91a261f06 (patch)
tree36703287278729d0dc39348eb63680719c54b272 /tests/fate
parentc512546689eb48c9ab4ece0a09619c18559b16c5 (diff)
fate: Add h264 extradata reload tests
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/h264.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak
index b4d7f7a6b2..f8ef3f471f 100644
--- a/tests/fate/h264.mak
+++ b/tests/fate/h264.mak
@@ -196,6 +196,10 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \
FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264)
FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container
+
+# this sample has two stsd entries and needs to reload extradata
+FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-extradata-reload
+
FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-interlace-crop
# this sample has invalid reference list modification, but decodes fine
@@ -408,6 +412,7 @@ fate-h264-conformance-sva_nl2_e: CMD = framecrc -vsync drop -i
fate-h264-bsf-mp4toannexb: CMD = md5 -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vcodec copy -f h264
fate-h264-crop-to-container: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/crop-to-container-dims-canon.mov
+fate-h264-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extradata-reload-multi-stsd.mov
fate-h264-extreme-plane-pred: CMD = framemd5 -i $(TARGET_SAMPLES)/h264/extreme-plane-pred.h264
fate-h264-interlace-crop: CMD = framecrc -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vframes 3
fate-h264-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264