mirror of https://git.ffmpeg.org/ffmpeg.git
fate/aic: force simple idct
This should ensure all platforms use the same idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e9b5b9a164
commit
d77815eeaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue