From f339908843cce10677c99394bed492691fc95985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 21 Aug 2008 07:57:51 +0000 Subject: [PATCH] The comment about channel order for AAC 5.1 audio was not correct, fix it. Originally committed as revision 14875 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 61c27638f6..2fd7bb0a73 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -118,7 +118,7 @@ static int output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ * Set up default 1:1 output mapping. * * For a 5.1 stream the output order will be: - * [ Front Left ] [ Front Right ] [ Center ] [ LFE ] [ Surround Left ] [ Surround Right ] + * [ Center ] [ Front Left ] [ Front Right ] [ LFE ] [ Surround Left ] [ Surround Right ] */ for(i = 0; i < MAX_ELEM_ID; i++) {