diff options
author | Sasi Inguva <isasi@google.com> | 2016-03-12 02:40:25 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-12 15:26:26 +0100 |
commit | 6fa5c8235b0cdb8bd33cc072759866d64e307f8c (patch) | |
tree | 6087c66e15379359e889e72a4d8875124ea2de13 /tests/fate | |
parent | 895dd0967194dac597405b9b2691b148809e221a (diff) | |
download | ffmpeg-6fa5c8235b0cdb8bd33cc072759866d64e307f8c.tar.gz |
fate: add test for "Fix DTS for short H264 streams"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/h264.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 46178cd599..9c2cd500f8 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -192,6 +192,7 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ $(FATE_H264_REINIT_TESTS:%=fate-h264-reinit-%) \ fate-h264-extreme-plane-pred \ fate-h264-lossless \ + fate-h264-dts_5frames \ FATE_H264-$(call DEMDEC, H264, H264) += $(FATE_H264) FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-crop-to-container @@ -395,3 +396,5 @@ fate-h264-lossless: CMD = framecrc -i $(TARGET_SAM fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=w=352:h=288 + +fate-h264-dts_5frames: CMD = probeframes $(TARGET_SAMPLES)/h264/dts_5frames.mkv |