Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 03:16:21 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-29 03:16:21 +0400
commit86662b1c895d018364f6bf76f693342408fd52f2 (patch)
tree9fe82dec1e4e1a29bff4fae55eb79c16f80d4e90 /libavcodec/ac3dec.c
parent260e09305bc875ab0e12e182591405a1d965a5d7 (diff)
cosmetics: indentation
Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r--libavcodec/ac3dec.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/**