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.h | |
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.h')
-rw-r--r-- | libavcodec/ac3.h | 8 |
1 files changed, 4 insertions, 4 deletions
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. |