diff aac.c @ 11668:db33423d99ac libavcodec

Reindent
author alexc
date Fri, 30 Apr 2010 21:43:29 +0000
parents 6818ea5a25a2
children 818851623979
line wrap: on
line diff
--- a/aac.c	Fri Apr 30 21:43:23 2010 +0000
+++ b/aac.c	Fri Apr 30 21:43:29 2010 +0000
@@ -1892,9 +1892,9 @@
                     apply_channel_coupling(ac, che, type, i, BETWEEN_TNS_AND_IMDCT, apply_dependent_coupling);
                 if (type != TYPE_CCE || che->coup.coupling_point == AFTER_IMDCT) {
                     imdct_and_windowing(ac, &che->ch[0], imdct_bias);
-                if (type == TYPE_CPE) {
-                    imdct_and_windowing(ac, &che->ch[1], imdct_bias);
-                }
+                    if (type == TYPE_CPE) {
+                        imdct_and_windowing(ac, &che->ch[1], imdct_bias);
+                    }
                     if (ac->m4ac.sbr > 0) {
                         ff_sbr_apply(ac, &che->sbr, type, che->ch[0].ret, che->ch[1].ret);
                     }