Skip to content

Commit

Permalink
fate: force fixed point aac decoder in filter-meta-4560-rotate0
Browse files Browse the repository at this point in the history
This should fix a off by 1 difference between AARCH64 and X86

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
michaelni committed Apr 6, 2016
1 parent fdd7a59 commit 2c697c6
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 125 deletions.
2 changes: 1 addition & 1 deletion tests/fate/filter-video.mak
Expand Up @@ -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)

Expand Down

0 comments on commit 2c697c6

Please sign in to comment.