[FFmpeg-devel] [PATCH] avcodec/alsdec.c: testing MPEG-4 ALS decoder with floating point audio data
Thomas Turner
thomastdt at googlemail.com
Fri Jan 13 13:13:15 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
Signed-off-by: Thomas Turner <thomastdt at googlemail.com>
---
tests/fate/als.mak | 3 +++
tests/ref/fate/mpeg4-als-conformance-07 | 1 +
2 files changed, 4 insertions(+)
create mode 100644 tests/ref/fate/mpeg4-als-conformance-07
diff --git a/tests/fate/als.mak b/tests/fate/als.mak
index ff2badf..a67302c 100644
--- a/tests/fate/als.mak
+++ b/tests/fate/als.mak
@@ -7,5 +7,8 @@ endef
$(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))
+FATE_ALS += fate-mpeg4-als-conformance-07
+fate-mpeg4-als-conformance-07: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/als_07_2ch192k32bF.mp4
+
FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, ALS) += $(FATE_ALS)
fate-als: $(FATE_ALS)
diff --git a/tests/ref/fate/mpeg4-als-conformance-07 b/tests/ref/fate/mpeg4-als-conformance-07
new file mode 100644
index 0000000..1cc705d
--- /dev/null
+++ b/tests/ref/fate/mpeg4-als-conformance-07
@@ -0,0 +1 @@
+CRC=0x01503df3
--
1.9.1
More information about the ffmpeg-devel
mailing list