diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-12-12 14:33:28 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-12-14 11:01:50 +0100 |
commit | e94b9313b21c3d91a36ef064f7fe3e867616f47f (patch) | |
tree | 434a5a12860da71e28eedde3c3ec35d0b4cbe8fc /tests/fate | |
parent | 5c7f2cf81df06614f255f061850132355a01d75e (diff) | |
download | ffmpeg-e94b9313b21c3d91a36ef064f7fe3e867616f47f.tar.gz |
fate: Add h264 test for frame num gaps
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/fate')
-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 635abcd7b9..3d6fde7bdb 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -182,6 +182,7 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ fate-h264-extreme-plane-pred \ fate-h264-intra-refresh-recovery \ fate-h264-lossless \ + fate-h264-missing-frame \ FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264) FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container @@ -397,5 +398,6 @@ fate-h264-lossless: CMD = framecrc -i $(TARGET_SAM fate-h264-mixed-nal-coding: CMD = framecrc -i $(TARGET_SAMPLES)/h264/mixed-nal-coding.mp4 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 fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=w=352:h=288 |