diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-12-21 05:32:55 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-12-21 05:32:55 +0000 |
commit | 897c1703d0fe52dbb0f024ba46facee505f6fccc (patch) | |
tree | 0d740637cb3c3cee22f7bd1af0b22a2d92607691 /libavcodec/aac.c | |
parent | aab5413323e6ed239f99d58d08f438f722a25090 (diff) | |
download | ffmpeg-897c1703d0fe52dbb0f024ba46facee505f6fccc.tar.gz |
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.c | 2 |
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]); |