[FFmpeg-cvslog] fate: Specify the idct to use for the aic-oddsize test

Martin Storsjö git at videolan.org
Wed Mar 4 19:15:07 CET 2015


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Mar  4 09:31:16 2015 +0200| [62139b14e621f096d0f8ed90920d042b92867e40] | committer: Martin Storsjö

fate: Specify the idct to use for the aic-oddsize test

This fixes fate on all architectures that have an optimized
but not bitexact idct available.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62139b14e621f096d0f8ed90920d042b92867e40
---

 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 e0af149..1080c1c 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -11,7 +11,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, AASC) += fate-aasc
 fate-aasc: CMD = framecrc -i $(TARGET_SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24
 
 FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, AIC) += fate-aic-oddsize
-fate-aic-oddsize: CMD = framecrc -i $(TARGET_SAMPLES)/aic/aic_odd_dimensions.mov
+fate-aic-oddsize: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/aic/aic_odd_dimensions.mov
 
 FATE_SAMPLES_AVCONV-$(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