From 20e047262fe66e0e045335eb23997e63d802141f Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 8 Dec 2008 03:15:10 +0000 Subject: cosmetics: alignment after last commit Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/ac3.c') 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; -- cgit v1.2.3