Commit 5ebf3266 authored by andoma's avatar andoma

The comment about channel order for AAC 5.1 audio was not correct, fix it.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 590c5722
......@@ -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++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment