Skip to content
Snippets Groups Projects
Commit f3399088 authored by Andreas Öman's avatar Andreas Öman
Browse files

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
parent 4991f3ce
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ static int output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_ ...@@ -118,7 +118,7 @@ static int output_configure(AACContext *ac, enum ChannelPosition che_pos[4][MAX_
* Set up default 1:1 output mapping. * Set up default 1:1 output mapping.
* *
* For a 5.1 stream the output order will be: * 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++) { for(i = 0; i < MAX_ELEM_ID; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment