[FFmpeg-soc] [soc]: r2644 - aacenc/aacpsy.c
kostya
subversion at mplayerhq.hu
Tue Jul 1 18:45:09 CEST 2008
Author: kostya
Date: Tue Jul 1 18:45:09 2008
New Revision: 2644
Log:
Cosmetics: wrond indention for closing brace
Modified:
aacenc/aacpsy.c
Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c (original)
+++ aacenc/aacpsy.c Tue Jul 1 18:45:09 2008
@@ -428,7 +428,7 @@ static void psy_3gpp_process(AACPsyConte
//add correction factor to thresholds
for(g = 0; g < apc->num_bands1024; g++)
pctx->band[ch][g].thr = modify_thr(pctx->band[ch][g].thr, r);
- }
+ }
}
//determine scalefactors - 5.6.2
More information about the FFmpeg-soc
mailing list