diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-04-30 21:43:29 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-04-30 21:43:29 +0000 |
commit | d0dedce71d087c1b1b8012e782b497e99ad6f1d0 (patch) | |
tree | e6628446b763056b974c0b102bac61ab9a0db381 /libavcodec/aac.c | |
parent | ca6d3f234cd68690100714abff958a9304a095ff (diff) | |
download | ffmpeg-d0dedce71d087c1b1b8012e782b497e99ad6f1d0.tar.gz |
Reindent
Originally committed as revision 22996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.c')
-rw-r--r-- | libavcodec/aac.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/aac.c b/libavcodec/aac.c index eba0c72670..ac8c9c6ec4 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -1892,9 +1892,9 @@ static void spectral_to_sample(AACContext *ac) 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); } |