Commit 4739e37a authored by jbr's avatar jbr

cosmetics: vertical alignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16017 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99f23fcb
...@@ -373,7 +373,7 @@ static void set_downmix_coeffs(AC3DecodeContext *s) ...@@ -373,7 +373,7 @@ static void set_downmix_coeffs(AC3DecodeContext *s)
* reference: Section 7.1.3 Exponent Decoding * reference: Section 7.1.3 Exponent Decoding
*/ */
static int decode_exponents(GetBitContext *gbc, int exp_strategy, int ngrps, 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 i, j, grp, group_size;
int dexp[256]; int dexp[256];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment