[FFmpeg-devel] [PATCH 1/2] fate: add aac-al_sbr_ps_06_ur test

James Almer jamrial at gmail.com
Tue May 23 22:01:17 EEST 2017


Signed-off-by: James Almer <jamrial at gmail.com>
---
Samples in
ftp://mpaudconf:adif2mp4@ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/al_sbr_ps_04_new.mp4
http://0x0.st/ESa.s16 (should be renamed to al_sbr_ps_04_ur.s16)

The raw pcm reference was created with our decoder running the test with GEN=1 and cpuflags 0
on x86_32 because i couldn't find the corresponding reference wav file in the above conformace
suite.
It should work fine on every target but better make sure before uploading it.

 tests/fate/aac.mak | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 2af66c2b23..1fbf7c955a 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -46,6 +46,10 @@ FATE_AAC += fate-aac-al_sbr_hq_sr_48_2_fsaac48
 fate-aac-al_sbr_hq_sr_48_2_fsaac48: CMD = pcm -i $(TARGET_SAMPLES)/aac/al_sbr_sr_48_2_fsaac48.mp4
 fate-aac-al_sbr_hq_sr_48_2_fsaac48: REF = $(SAMPLES)/aac/al_sbr_hq_sr_48_2_fsaac48.s16
 
+FATE_AAC += fate-aac-al_sbr_ps_04_ur
+fate-aac-al_sbr_ps_04_ur: CMD = pcm -i $(TARGET_SAMPLES)/aac/al_sbr_ps_04_new.mp4
+fate-aac-al_sbr_ps_04_ur: REF = $(SAMPLES)/aac/al_sbr_ps_04_ur.s16
+
 FATE_AAC += fate-aac-al_sbr_ps_06_ur
 fate-aac-al_sbr_ps_06_ur: CMD = pcm -i $(TARGET_SAMPLES)/aac/al_sbr_ps_06_new.mp4
 fate-aac-al_sbr_ps_06_ur: REF = $(SAMPLES)/aac/al_sbr_ps_06_ur.s16
-- 
2.12.1



More information about the ffmpeg-devel mailing list