[FFmpeg-soc] [soc]: r2138 - aac/aac.c
andoma
subversion at mplayerhq.hu
Tue Apr 22 13:17:26 CEST 2008
Author: andoma
Date: Tue Apr 22 13:17:26 2008
New Revision: 2138
Log:
Remove a pointless comment and superfluous curly brackets.
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Apr 22 13:17:26 2008
@@ -1476,10 +1476,9 @@ static int decode_cpe(AACContext * ac, G
if (decode_ics(ac, gb, cpe->common_window, 0, &cpe->ch[1]))
return -1;
- // M/S tool
- if (cpe->common_window) {
+ if (cpe->common_window)
ms_tool(ac, cpe);
- }
+
intensity_tool(ac, cpe);
return 0;
}
More information about the FFmpeg-soc
mailing list