1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

cosmetics: indentation

Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2008-08-28 23:16:21 +00:00
parent 260e09305b
commit 86662b1c89

View File

@ -599,7 +599,7 @@ static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
}
/* if any channel doesn't use dithering, zero appropriate coefficients */
remove_dithering(s);
remove_dithering(s);
}
/**