[FFmpeg-soc] [soc]: r3396 - aacenc/aacenc.c

kostya subversion at mplayerhq.hu
Sun Aug 17 11:46:45 CEST 2008


Author: kostya
Date: Sun Aug 17 11:46:45 2008
New Revision: 3396

Log:
Cosmetics: move embrace to the next line

Modified:
   aacenc/aacenc.c

Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c	(original)
+++ aacenc/aacenc.c	Sun Aug 17 11:46:45 2008
@@ -425,7 +425,8 @@ static int calculate_band_bits(AACEncCon
  * Encode band info for single window group bands.
  */
 static void encode_window_bands_info(AACEncContext *s, ChannelElement *cpe,
-                                     int channel, int win, int group_len){
+                                     int channel, int win, int group_len)
+{
     BandCodingPath path[64];
     int band_bits[64][12];
     int maxval;



More information about the FFmpeg-soc mailing list