summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
diff options
context:
space:
mode:
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);
}
/**