diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-06-14 12:30:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-14 12:30:38 +0200 |
commit | d77815eeaac309742818f53be6cd2f4c6fa76cf1 (patch) | |
tree | 45805bd9cbc1ed09a32e6be4caf1d8165dc3dd9e | |
parent | e9b5b9a164b390258d55b503b3a29be80ea1e3ec (diff) | |
download | ffmpeg-d77815eeaac309742818f53be6cd2f4c6fa76cf1.tar.gz |
fate/aic: force simple idct
This should ensure all platforms use the same idct
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |