From 86662b1c895d018364f6bf76f693342408fd52f2 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 28 Aug 2008 23:16:21 +0000 Subject: [PATCH] cosmetics: indentation Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index 3ecda4c8b8..3d403aa023 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -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); } /**