[FFmpeg-cvslog] FATE: use updated reference for aac-latm_stereo_to_51

Justin Ruggles git at videolan.org
Wed Apr 25 23:35:06 CEST 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Mon Apr 23 14:03:25 2012 -0400| [394dbde5484507f213768019623d016196ddad5f] | committer: Justin Ruggles

FATE: use updated reference for aac-latm_stereo_to_51

This uses correct stereo to 5.1 upmixing via libavresample.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=394dbde5484507f213768019623d016196ddad5f
---

 tests/fate/aac.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 0d4aa4a..1975e9e 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -55,8 +55,8 @@ 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-latm_stereo_to_51: CMD = pcm -i $(SAMPLES)/aac/latm_stereo_to_51.ts -channel_layout 5.1
+fate-aac-latm_stereo_to_51: REF = $(SAMPLES)/aac/latm_stereo_to_51_ref.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