fate/tests/ffmpeg: use -idct simple for fate-ffmpeg-input-r

Makes the test bitexact on non-x86_64.
This commit is contained in:
Anton Khirnov 2023-05-23 10:28:14 +02:00
parent f209614290
commit 4e521e6102
1 changed files with 1 additions and 1 deletions

View File

@ -225,5 +225,5 @@ fate-time_base: CMD = md5 -i $(TARGET_SAMPLES)/mpeg2/dvd_single_frame.vob -an -s
FATE_SAMPLES_FFMPEG-yes += $(FATE_TIME_BASE-yes) FATE_SAMPLES_FFMPEG-yes += $(FATE_TIME_BASE-yes)
# test -r used as an input option # test -r used as an input option
fate-ffmpeg-input-r: CMD = framecrc -r 27 -i $(TARGET_SAMPLES)/mpeg2/sony-ct3.bs fate-ffmpeg-input-r: CMD = framecrc -r 27 -idct simple -i $(TARGET_SAMPLES)/mpeg2/sony-ct3.bs
FATE_SAMPLES_FFMPEG-$(call FRAMECRC, MPEGVIDEO, MPEG2VIDEO) += fate-ffmpeg-input-r FATE_SAMPLES_FFMPEG-$(call FRAMECRC, MPEGVIDEO, MPEG2VIDEO) += fate-ffmpeg-input-r