[FFmpeg-soc] [soc]: r2239 - aac/aac.c
superdump
subversion at mplayerhq.hu
Thu May 29 11:36:49 CEST 2008
Author: superdump
Date: Thu May 29 11:36:48 2008
New Revision: 2239
Log:
Reindent after last commit
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Thu May 29 11:36:48 2008
@@ -1097,11 +1097,11 @@ static int decode_scale_factor_data(AACC
offset[index] += get_bits(gb, 9) - 256;
else
offset[index] += get_vlc2(gb, ac->mainvlc.table, 7, 3) - 60;
- if(offset[index] > 255) {
- av_log(ac->avccontext, AV_LOG_ERROR,
- "Gain (%d) out of range", offset[index]);
- return -1;
- }
+ if(offset[index] > 255) {
+ av_log(ac->avccontext, AV_LOG_ERROR,
+ "Gain (%d) out of range", offset[index]);
+ return -1;
+ }
if(index == 2)
sf[g][i] = ac->pow2sf_tab[-offset[index] + 300];
else
More information about the FFmpeg-soc
mailing list