Commit 04ac5cad authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indentation

Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 60f07fad
......@@ -491,7 +491,7 @@ static int get_transform_coeffs_ch(AC3DecodeContext *ctx, int ch_index, mant_gro
tbap = bap[i];
switch (tbap) {
case 0:
coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
break;
case 1:
......
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