summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-12-06 15:38:21 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-12-06 15:38:21 +0000
commit806703243e3b6168c6b7896c2bc68ebe8186eefc (patch)
treea2ce9c851ec64aa6fbaf2e18b7650f3d1a2d2ec9
parent1cdd567f31f35f30296098cdba1253671cda2f30 (diff)
cosmetics: vertical alignment
Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/ac3dec.c2
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];