[FFmpeg-cvslog] aacdec: Remove incorrect comment.

Alex Converse git at videolan.org
Thu Feb 9 01:46:10 CET 2012


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Tue Jan 31 15:49:45 2012 -0800| [8ece2662132e3f9eba149ab5f7f02c0dc88c5c8d] | committer: Alex Converse

aacdec: Remove incorrect comment.

It was only correct when element ids met very specific criteria.

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

 libavcodec/aacdec.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index e1cef9a..b1de5a5 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++) {



More information about the ffmpeg-cvslog mailing list