diff options
author | Janne Grunau <janne-libav@jannau.net> | 2013-03-19 15:49:53 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2013-03-20 16:04:27 +0100 |
commit | 1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5 (patch) | |
tree | 6822480a01fd77f3c6237c03b3721bfe2da5686c /tests/fate | |
parent | a157c7f2b8ac05188a116dbfc2fec401c1d4957a (diff) | |
download | ffmpeg-1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5.tar.gz |
fate: add tests for h264 decoder reinit
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/h264.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 02ed110f42..90e036be9b 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -171,7 +171,13 @@ FATE_H264 = aud_mw_e \ sva_nl1_b \ sva_nl2_e \ +FATE_H264_REINIT_TESTS := large_420_8-to-small_420_8 \ + small_420_8-to-large_444_10 \ + small_420_9-to-small_420_8 \ + small_422_9-to-small_420_9 \ + FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ + $(FATE_H264_REINIT_TESTS:%=fate-h264-reinit-%) \ fate-h264-extreme-plane-pred \ fate-h264-lossless \ @@ -359,3 +365,5 @@ fate-h264-bsf-mp4toannexb: CMD = md5 -i $(SAMPLES)/h264/i fate-h264-extreme-plane-pred: CMD = framemd5 -i $(SAMPLES)/h264/extreme-plane-pred.h264 fate-h264-interlace-crop: CMD = framecrc -i $(SAMPLES)/h264/interlaced_crop.mp4 -vframes 3 fate-h264-lossless: CMD = framecrc -i $(SAMPLES)/h264/lossless.h264 + +fate-h264-reinit-%: CMD = framecrc -i $(SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10,scale=352:288 |