summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@gmail.com>2008-12-21 05:32:55 +0000
committerRobert Swain <robert.swain@gmail.com>2008-12-21 05:32:55 +0000
commit897c1703d0fe52dbb0f024ba46facee505f6fccc (patch)
tree0d740637cb3c3cee22f7bd1af0b22a2d92607691 /libavcodec/aac.c
parentaab5413323e6ed239f99d58d08f438f722a25090 (diff)
AAC: Reindent after last commit
Originally committed as revision 16251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aac.c')
-rw-r--r--libavcodec/aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aac.c b/libavcodec/aac.c
index 9a67b35a3a..e815041618 100644
--- a/libavcodec/aac.c
+++ b/libavcodec/aac.c
@@ -1088,7 +1088,7 @@ static int decode_cpe(AACContext * ac, GetBitContext * gb, int elem_id) {
if (common_window) {
if (ms_present)
- apply_mid_side_stereo(cpe);
+ apply_mid_side_stereo(cpe);
if (ac->m4ac.object_type == AOT_AAC_MAIN) {
apply_prediction(ac, &cpe->ch[0]);
apply_prediction(ac, &cpe->ch[1]);