summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2012-01-31 15:49:45 -0800
committerAlex Converse <alex.converse@gmail.com>2012-02-08 09:56:37 -0800
commit8ece2662132e3f9eba149ab5f7f02c0dc88c5c8d (patch)
tree42292afe9473d26af9d5d4fcf2734d35f3ec0e3f /libavcodec
parente600a1e44a14edbb82445db92918f9d2b97b7b02 (diff)
aacdec: Remove incorrect comment.
It was only correct when element ids met very specific criteria.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/aacdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index e1cef9a631..b1de5a571e 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -248,9 +248,6 @@ static av_cold int output_configure(AACContext *ac,
* current program configuration.
*
* Set up default 1:1 output mapping.
- *
- * For a 5.1 stream the output order will be:
- * [ Center ] [ Front Left ] [ Front Right ] [ LFE ] [ Surround Left ] [ Surround Right ]
*/
for (i = 0; i < MAX_ELEM_ID; i++) {