mirror of https://git.ffmpeg.org/ffmpeg.git
fate/tests/ffmpeg: use -idct simple for fate-ffmpeg-input-r
Makes the test bitexact on non-x86_64.
This commit is contained in:
parent
f209614290
commit
4e521e6102
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue