projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4991f3c
)
The comment about channel order for AAC 5.1 audio was not correct, fix it.
author
Andreas Öman
<andreas@lonelycoder.com>
Thu, 21 Aug 2008 07:57:51 +0000
(07:57 +0000)
committer
Andreas Öman
<andreas@lonelycoder.com>
Thu, 21 Aug 2008 07:57:51 +0000
(07:57 +0000)
Originally committed as revision 14875 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
patch
|
blob
|
history
diff --git
a/libavcodec/aac.c
b/libavcodec/aac.c
index 61c27638f66132ee3956089c0145cb28469f14e6..2fd7bb0a73c85480588c47ea931963dff64d4f7e 100644
(file)
--- 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++) {