diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-10 11:24:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-15 10:06:39 +0200 |
commit | 18019f8cb9663dd1032c65aa453eaec18d641905 (patch) | |
tree | 8c55e65904cbe1d1b802ab374c6a8ae4db07bcf1 /tests/fate | |
parent | d7abe900c3d34adcfef3a6f44a2e7bdb7d8974e7 (diff) | |
download | ffmpeg-18019f8cb9663dd1032c65aa453eaec18d641905.tar.gz |
FATE: add an H.264 test with unescaped extradata
See commit a7829a2
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/h264.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 04aad0a270..516aeefd2c 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -190,6 +190,9 @@ FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-interlace-crop # by using a previous ref frame instead of a missing one FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-invalid-ref-mod +# this sample has invalid extradata that is not escaped +FATE_H264-$(call DEMDEC, MOV, H264) += fate-h264-unescaped-extradata + FATE_H264-$(call ALLYES, MOV_DEMUXER H264_MP4TOANNEXB_BSF) += fate-h264-bsf-mp4toannexb FATE_H264-$(call DEMDEC, MATROSKA, H264) += fate-h264-direct-bff @@ -377,5 +380,6 @@ fate-h264-interlace-crop: CMD = framecrc -i $(TARGET_SAM fate-h264-lossless: CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264 fate-h264-direct-bff: CMD = framecrc -i $(TARGET_SAMPLES)/h264/direct-bff.mkv fate-h264-invalid-ref-mod: CMD = framecrc -i $(TARGET_SAMPLES)/h264/h264refframeregression.mp4 -an -frames 10 -pix_fmt yuv420p10le +fate-h264-unescaped-extradata: CMD = framecrc -i $(TARGET_SAMPLES)/h264/unescaped_extradata.mp4 -an -frames 10 fate-h264-reinit-%: CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le,scale=w=352:h=288 |