[FFmpeg-devel] [PATCH] avcodec/alsdec.c: testing MPEG-4 ALS decoder with floating point audio data

Thomas Turner thomastdt at googlemail.com
Sat Jan 21 08:32:14 EET 2017


If als_07_2ch192k32bF.mp4 isn't already located in fate-suite/lossless-audio/, you can download at:

	http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_14496-26_2010_Bitstreams/DVD1/mpeg4audio-conformance/compressedMp4/als_07_2ch192k32bF.mp4

Reference file can be found at:

	https://dl.dropboxusercontent.com/u/1519724/als_07_2ch192k32bF.f32

Signed-off-by: Thomas Turner <thomastdt at googlemail.com>
---
 tests/fate/als.mak | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/fate/als.mak b/tests/fate/als.mak
index ff2badf..1f4c88f 100644
--- a/tests/fate/als.mak
+++ b/tests/fate/als.mak
@@ -7,5 +7,9 @@ endef
 
 $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))
 
+FATE_ALS += fate-mpeg4-als-conformance-07
+fate-mpeg4-als-conformance-07: CMD = ffmpeg -i $(TARGET_SAMPLES)/lossless-audio/als_07_2ch192k32bF.mp4 -af atrim=end_sample=958446 -f f32le -
+fate-mpeg4-als-conformance-07: REF = $(TARGET_SAMPLES)/audio-reference/als_07_2ch192k32bF.f32
+
 FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, ALS) += $(FATE_ALS)
 fate-als: $(FATE_ALS)
-- 
1.9.1



More information about the ffmpeg-devel mailing list