comparison aac.c @ 7633:bf34cb99da5b libavcodec

The comment about channel order for AAC 5.1 audio was not correct, fix it.
author andoma
date Thu, 21 Aug 2008 07:57:51 +0000
parents ac583bd8f8b3
children 868cfdabd3ee
comparison
equal deleted inserted replaced
7632:ac583bd8f8b3 7633:bf34cb99da5b
116 * current program configuration. 116 * current program configuration.
117 * 117 *
118 * Set up default 1:1 output mapping. 118 * Set up default 1:1 output mapping.
119 * 119 *
120 * For a 5.1 stream the output order will be: 120 * For a 5.1 stream the output order will be:
121 * [ Front Left ] [ Front Right ] [ Center ] [ LFE ] [ Surround Left ] [ Surround Right ] 121 * [ Center ] [ Front Left ] [ Front Right ] [ LFE ] [ Surround Left ] [ Surround Right ]
122 */ 122 */
123 123
124 for(i = 0; i < MAX_ELEM_ID; i++) { 124 for(i = 0; i < MAX_ELEM_ID; i++) {
125 for(type = 0; type < 4; type++) { 125 for(type = 0; type < 4; type++) {
126 if(che_pos[type][i]) { 126 if(che_pos[type][i]) {