summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-06-23 14:26:34 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2011-06-28 11:03:42 -0400
commitbd2deab706bba303e15fb43e91f46a9f7840aba6 (patch)
tree9ef3a27d6507985a042e17bd8150f4dfc9c679f0 /libavcodec/ac3enc.c
parentdeb3ed01b50f5706a610bf7f3e82ef97e910a65e (diff)
cosmetics: remove outdated comment that is no longer true
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r--libavcodec/ac3enc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 44dfce80e2..809a3f5a4f 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -306,8 +306,6 @@ static av_cold void exponent_init(AC3EncodeContext *s)
/**
* Extract exponents from the MDCT coefficients.
- * This takes into account the normalization that was done to the input samples
- * by adjusting the exponents by the exponent shift values.
*/
static void extract_exponents(AC3EncodeContext *s)
{