From 1c4073efd24164ac6eaa52c544f5cdb0e5f6aee5 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 19 Mar 2013 15:49:53 +0100 Subject: fate: add tests for h264 decoder reinit --- tests/fate/h264.mak | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/fate/h264.mak') 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 -- cgit v1.2.3