[FFmpeg-soc] [soc]: r2762 - aacenc/aacpsy.c

kostya subversion at mplayerhq.hu
Fri Jul 11 07:57:49 CEST 2008


Author: kostya
Date: Fri Jul 11 07:57:48 2008
New Revision: 2762

Log:
Cosmetics: indent after adding function attribute

Modified:
   aacenc/aacpsy.c

Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c	(original)
+++ aacenc/aacpsy.c	Fri Jul 11 07:57:48 2008
@@ -608,8 +608,8 @@ static const AACPsyModel psy_models[AAC_
 };
 
 int av_cold ff_aac_psy_init(AACPsyContext *ctx, AVCodecContext *avctx, int model, int flags,
-                    const uint8_t *bands1024, int num_bands1024,
-                    const uint8_t *bands128,  int num_bands128)
+                            const uint8_t *bands1024, int num_bands1024,
+                            const uint8_t *bands128,  int num_bands128)
 {
     int i;
 



More information about the FFmpeg-soc mailing list