# HG changeset patch # User andoma # Date 1219305471 0 # Node ID bf34cb99da5bf8c49c953f0a69a5063b617026d9 # Parent ac583bd8f8b3f319d1bc7da1581fd7e29586dd01 The comment about channel order for AAC 5.1 audio was not correct, fix it. diff -r ac583bd8f8b3 -r bf34cb99da5b aac.c --- a/aac.c Thu Aug 21 07:21:26 2008 +0000 +++ b/aac.c Thu Aug 21 07:57:51 2008 +0000 @@ -118,7 +118,7 @@ * 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++) {