changeset 11787:c3ca752c24ef libavcodec

aacdec: Clarify a channel mapping comment. Patch by Cyril Russo >stage nexvision laposte net<
author alexc
date Thu, 27 May 2010 14:50:19 +0000
parents 442a0af656db
children b2c0b7034aab
files aac.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aac.c	Thu May 27 14:46:31 2010 +0000
+++ b/aac.c	Thu May 27 14:50:19 2010 +0000
@@ -127,8 +127,8 @@
         }
     case 6:
         /* Some streams incorrectly code 5.1 audio as SCE[0] CPE[0] CPE[1] SCE[1]
-           instead of SCE[0] CPE[0] CPE[0] LFE[0]. If we seem to have
-           encountered such a stream, transfer the LFE[0] element to SCE[1] */
+           instead of SCE[0] CPE[0] CPE[1] LFE[0]. If we seem to have
+           encountered such a stream, transfer the LFE[0] element to the SCE[1]'s mapping */
         if (ac->tags_mapped == tags_per_config[ac->m4ac.chan_config] - 1 && (type == TYPE_LFE || type == TYPE_SCE)) {
             ac->tags_mapped++;
             return ac->tag_che_map[type][elem_id] = ac->che[TYPE_LFE][0];