diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-06-15 10:39:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-07-15 15:33:13 +0200 |
commit | 8d07e941b04d63fc4443dd986e3dc7b69cdcca43 (patch) | |
tree | 483a30411a58f9c6543a3109f8f1529d920ebbc9 /tests/fate/h264.mak | |
parent | 46278ec90ac5ad1dab5e85991f176afe49003fee (diff) | |
download | ffmpeg-8d07e941b04d63fc4443dd986e3dc7b69cdcca43.tar.gz |
FATE: add a test of H.264 SEI recovery in an intra refresh stream
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 bbce95dd87..9996f95dc8 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -180,6 +180,7 @@ FATE_H264_REINIT_TESTS := large_420_8-to-small_420_8 \ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ $(FATE_H264_REINIT_TESTS:%=fate-h264-reinit-%) \ fate-h264-extreme-plane-pred \ + fate-h264-intra-refresh-recovery \ fate-h264-lossless \ FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264) @@ -382,6 +383,7 @@ fate-h264-crop-to-container: CMD = framemd5 -i $(TARGET_SAM fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv 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-intra-refresh-recovery: CMD = framecrc -i $(TARGET_SAMPLES)/h264/intra_refresh.h264 -frames:v 10 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 |