diff options
author | Anton Khirnov <anton@khirnov.net> | 2017-08-17 12:25:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2017-10-19 16:38:51 +0200 |
commit | ec0f4fa17ce29cf01d4def21041b0b87f7e3105d (patch) | |
tree | e68fa5b5f49e50af058cd370ec35e664c3591ae6 /tests/fate/h264.mak | |
parent | 98afe3fb71afd4a18009924aaba56bc577bbd400 (diff) | |
download | ffmpeg-ec0f4fa17ce29cf01d4def21041b0b87f7e3105d.tar.gz |
FATE: add a test for the H.264 sample fixed by 7c4f6f6
Diffstat (limited to 'tests/fate/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index bdc390d479..7676fb8e27 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -183,6 +183,7 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ fate-h264-intra-refresh-recovery \ fate-h264-lossless \ fate-h264-missing-frame \ + fate-h264-ref-pic-mod-overflow \ FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264) FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container @@ -396,6 +397,7 @@ fate-h264-intra-refresh-recovery: CMD = framecrc -i $(TARGET_SAM fate-h264-invalid-ref-mod: CMD = framecrc -i $(TARGET_SAMPLES)/h264/h264refframeregression.mp4 -an -frames 10 -pix_fmt yuv420p10le fate-h264-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264 fate-h264-mixed-nal-coding: CMD = framecrc -i $(TARGET_SAMPLES)/h264/mixed-nal-coding.mp4 +fate-h264-ref-pic-mod-overflow: CMD = framecrc -i $(TARGET_SAMPLES)/h264/ref-pic-mod-overflow.h264 fate-h264-twofields-packet: CMD = framecrc -i $(TARGET_SAMPLES)/h264/twofields_packet.mp4 -an -frames 30 fate-h264-unescaped-extradata: CMD = framecrc -i $(TARGET_SAMPLES)/h264/unescaped_extradata.mp4 -an -frames 10 fate-h264-missing-frame: CMD = framecrc -i $(TARGET_SAMPLES)/h264/nondeterministic_cut.h264 |