forked from FFmpeg/FFmpeg
FATE: add mp3 test for sample that exhibited false overreads
related to b716542691
Error messages and audible artifacts were fixed in that commit.
This commit is contained in:
parent
31b132c094
commit
841c17177b
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ fate-mp3-float-conf-si_block: CMD = pcm -acodec mp3float -i $(SAMPLES)/mp3-confo
|
|||
fate-mp3-float-conf-si_block: CMP = stddev
|
||||
fate-mp3-float-conf-si_block: REF = $(SAMPLES)/mp3-conformance/si_block.pcm
|
||||
|
||||
FATE_MP3 += fate-mp3-float-extra_overread
|
||||
fate-mp3-float-extra_overread: CMD = pcm -c:a mp3float -i $(SAMPLES)/mpegaudio/extra_overread.mp3
|
||||
fate-mp3-float-extra_overread: CMP = stddev
|
||||
fate-mp3-float-extra_overread: REF = $(SAMPLES)/mpegaudio/extra_overread.pcm
|
||||
|
||||
FATE_TESTS += $(FATE_MP3)
|
||||
fate-mp3: $(FATE_MP3)
|
||||
$(FATE_MP3): CMP = stddev
|
||||
|
|
Loading…
Add table
Reference in a new issue