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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/ac3.h') diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 5ece9acf84..cbbb71821b 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -152,10 +152,10 @@ void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, * @return returns 0 for success, non-zero for error */ 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); /** * Calculates bit allocation pointers. -- cgit v1.2.3