[FFmpeg-cvslog] latmdec: add fate test for audio config change
Janne Grunau
git at videolan.org
Mon Dec 5 00:43:09 CET 2011
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Sat Dec 3 00:21:06 2011 +0100| [8dd92eca74c13b042eeb75636939dc6d459582a1] | committer: Janne Grunau
latmdec: add fate test for audio config change
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dd92eca74c13b042eeb75636939dc6d459582a1
---
tests/fate/aac.mak | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 9abae7d..f17c914 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -38,6 +38,10 @@ 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 += fate-aac-latm_stereo_to_51
+fate-aac-latm_stereo_to_51: CMD = pcm -i $(SAMPLES)/aac/latm_stereo_to_51.ts -ac 6
+fate-aac-latm_stereo_to_51: REF = $(SAMPLES)/aac/latm_stereo_to_51.s16
+
fate-aac-ct%: CMD = pcm -i $(SAMPLES)/aac/CT_DecoderCheck/$(@:fate-aac-ct-%=%)
fate-aac-ct%: REF = $(SAMPLES)/aac/CT_DecoderCheck/aacPlusv2.wav
More information about the ffmpeg-cvslog
mailing list