diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-02 11:26:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-02 11:26:58 +0200 |
commit | 582d98aed97a1295f19e628bbc7e05a6e27569b8 (patch) | |
tree | 2e62a9f7e1751091bfd8bf8b86abe82c9a2ee587 /tests | |
parent | db395bef7f9a0c8af782835aefb358e56c6bfb46 (diff) | |
download | ffmpeg-582d98aed97a1295f19e628bbc7e05a6e27569b8.tar.gz |
tests/fate/mp3: Fix fate-mp3-float-extra_overread on mips-qemu
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/mp3.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak index ccd12af853..7dfafe9c14 100644 --- a/tests/fate/mp3.mak +++ b/tests/fate/mp3.mak @@ -34,6 +34,8 @@ $(FATE_MP3): CMP = oneoff $(FATE_MP3): CMP_UNIT = f32 $(FATE_MP3): FUZZ = 18 +fate-mp3-float-extra_overread: FUZZ = 20 + FATE_MP3-$(call DEMDEC, MP3, MP3FLOAT) += $(FATE_MP3) FATE_SAMPLES_AVCONV += $(FATE_MP3-yes) |