Commit 80670324 authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: vertical alignment

Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1cdd567f
...@@ -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