From 897c1703d0fe52dbb0f024ba46facee505f6fccc Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Sun, 21 Dec 2008 05:32:55 +0000 Subject: [PATCH] AAC: Reindent after last commit Originally committed as revision 16251 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);