From d77815eeaac309742818f53be6cd2f4c6fa76cf1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 14 Jun 2014 12:30:38 +0200 Subject: [PATCH] fate/aic: force simple idct This should ensure all platforms use the same idct Signed-off-by: Michael Niedermayer --- tests/fate/video.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 5c128272fc..7e5416c91f 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -11,7 +11,7 @@ FATE_VIDEO-$(call DEMDEC, AVI, AASC) += fate-aasc fate-aasc: CMD = framecrc -i $(TARGET_SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24 FATE_VIDEO-$(call DEMDEC, MOV, AIC) += fate-aic -fate-aic: CMD = framecrc -i $(TARGET_SAMPLES)/aic/small_apple_intermediate_codec.mov -an -vframes 15 +fate-aic: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/aic/small_apple_intermediate_codec.mov -an -vframes 15 FATE_VIDEO-$(call DEMDEC, MM, MMVIDEO) += fate-alg-mm fate-alg-mm: CMD = framecrc -i $(TARGET_SAMPLES)/alg-mm/ibmlogo.mm -an -pix_fmt rgb24