Commit cdc8b191 authored by jbr's avatar jbr

cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1336d360
......@@ -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