[FFmpeg-soc] [soc]: r2387 - aac/aac.c
superdump
subversion at mplayerhq.hu
Wed Jun 4 19:55:27 CEST 2008
Author: superdump
Date: Wed Jun 4 19:55:27 2008
New Revision: 2387
Log:
Reindent after last commit
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Wed Jun 4 19:55:27 2008
@@ -1242,8 +1242,8 @@ static int decode_spectral_data(AACConte
}
}
}else
- for (j = 0; j < dim; j++)
- icoef[coef_idx + j] *= ptr[j];
+ for (j = 0; j < dim; j++)
+ icoef[coef_idx + j] *= ptr[j];
}
}
}
More information about the FFmpeg-soc
mailing list