diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-12-08 03:15:10 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-12-08 03:15:10 +0000 |
commit | 20e047262fe66e0e045335eb23997e63d802141f (patch) | |
tree | 5db28c5ad0821da4bd5fa10d2be2c400cc1f0425 /libavcodec/ac3.c | |
parent | 72a6244b5d554d7fdfdeb04c174750c7a2c52f83 (diff) | |
download | ffmpeg-20e047262fe66e0e045335eb23997e63d802141f.tar.gz |
cosmetics: alignment after last commit
Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.c')
-rw-r--r-- | libavcodec/ac3.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index 2335106b17..cb1a14701a 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -81,10 +81,10 @@ void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, } int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, - int start, int end, int fast_gain, int is_lfe, - int dba_mode, int dba_nsegs, uint8_t *dba_offsets, - uint8_t *dba_lengths, uint8_t *dba_values, - int16_t *mask) + int start, int end, int fast_gain, int is_lfe, + int dba_mode, int dba_nsegs, uint8_t *dba_offsets, + uint8_t *dba_lengths, uint8_t *dba_values, + int16_t *mask) { int16_t excite[50]; /* excitation */ int bin, k; |