Commit 2c697c65 authored by Michael Niedermayer's avatar Michael Niedermayer

fate: force fixed point aac decoder in filter-meta-4560-rotate0

This should fix a off by 1 difference between AARCH64 and X86
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent fdd7a594
......@@ -627,7 +627,7 @@ tests/data/file4560-override2rotate0.mov: ffmpeg$(PROGSSUF)$(EXESUF) | tests/dat
FATE_AFILTER-$(call ALLYES, MOV_DEMUXER MOV_MUXER) += fate-filter-meta-4560-rotate0
fate-filter-meta-4560-rotate0: tests/data/file4560-override2rotate0.mov
fate-filter-meta-4560-rotate0: CMD = framecrc -flags +bitexact -i $(TARGET_PATH)/tests/data/file4560-override2rotate0.mov
fate-filter-meta-4560-rotate0: CMD = framecrc -flags +bitexact -c:a aac_fixed -i $(TARGET_PATH)/tests/data/file4560-override2rotate0.mov
FATE_SAMPLES_FFPROBE += $(FATE_METADATA_FILTER-yes)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment