cosmetics: reindent after last commit
Originally committed as revision 19589 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -462,7 +462,7 @@ static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, ma
|
|||||||
switch(bap){
|
switch(bap){
|
||||||
case 0:
|
case 0:
|
||||||
if (dither)
|
if (dither)
|
||||||
mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
|
mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
|
||||||
else
|
else
|
||||||
mantissa = 0;
|
mantissa = 0;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user