diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-12-06 15:38:21 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-12-06 15:38:21 +0000 |
commit | 806703243e3b6168c6b7896c2bc68ebe8186eefc (patch) | |
tree | a2ce9c851ec64aa6fbaf2e18b7650f3d1a2d2ec9 /libavcodec/ac3dec.c | |
parent | 1cdd567f31f35f30296098cdba1253671cda2f30 (diff) | |
download | ffmpeg-806703243e3b6168c6b7896c2bc68ebe8186eefc.tar.gz |
cosmetics: vertical alignment
Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r-- | libavcodec/ac3dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 1a7e532da5..9e33db08e3 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -373,7 +373,7 @@ static void set_downmix_coeffs(AC3DecodeContext *s) * reference: Section 7.1.3 Exponent Decoding */ static int decode_exponents(GetBitContext *gbc, int exp_strategy, int ngrps, - uint8_t absexp, int8_t *dexps) + uint8_t absexp, int8_t *dexps) { int i, j, grp, group_size; int dexp[256]; |