Commit 479a7381 authored by jbr's avatar jbr

cosmetics: reindent after last commit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf631793
......@@ -462,7 +462,7 @@ static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, ma
switch(bap){
case 0:
if (dither)
mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
else
mantissa = 0;
break;
......
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