[FFmpeg-cvslog] fate/aic: force simple idct
Michael Niedermayer
git at videolan.org
Sat Jun 14 12:53:45 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 14 12:30:38 2014 +0200| [d77815eeaac309742818f53be6cd2f4c6fa76cf1] | committer: Michael Niedermayer
fate/aic: force simple idct
This should ensure all platforms use the same idct
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d77815eeaac309742818f53be6cd2f4c6fa76cf1
---
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 5c12827..7e5416c 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
More information about the ffmpeg-cvslog
mailing list