[FFmpeg-cvslog] aacdec: add more fate tests covering SBR and PS
Janne Grunau
git at videolan.org
Sat Nov 26 01:17:41 CET 2011
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Wed Nov 23 01:28:14 2011 +0100| [d14d4d982cca55b34092fb71204b9a3f3749acd7] | committer: Janne Grunau
aacdec: add more fate tests covering SBR and PS
Add all seven test bitstreams of Coding Technologies "aacPlus Decoder
Check Package". The streams cover different ways to signal SBR and PS
in different formats.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d14d4d982cca55b34092fb71204b9a3f3749acd7
---
tests/fate/aac.mak | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 8c80557..9abae7d 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -38,6 +38,19 @@ FATE_AAC += fate-aac-ap05_48
fate-aac-ap05_48: CMD = pcm -i $(SAMPLES)/aac/ap05_48.mp4
fate-aac-ap05_48: REF = $(SAMPLES)/aac/ap05_48.s16
+fate-aac-ct%: CMD = pcm -i $(SAMPLES)/aac/CT_DecoderCheck/$(@:fate-aac-ct-%=%)
+fate-aac-ct%: REF = $(SAMPLES)/aac/CT_DecoderCheck/aacPlusv2.wav
+
+FATE_AAC_CT = sbr_bc-ps_i.3gp \
+ sbr_bic-ps_i.3gp \
+ sbr_i-ps_i.aac \
+ sbr_bc-ps_bc.mp4 \
+ sbr_bc-ps_i.mp4 \
+ sbr_i-ps_bic.mp4 \
+ sbr_i-ps_i.mp4
+
+FATE_AAC += $(FATE_AAC_CT:%=fate-aac-ct-%)
+
FATE_TESTS += $(FATE_AAC)
fate-aac: $(FATE_AAC)
$(FATE_AAC): CMP = oneoff
More information about the ffmpeg-cvslog
mailing list