diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-06-23 14:26:34 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-06-28 11:03:42 -0400 |
commit | bd2deab706bba303e15fb43e91f46a9f7840aba6 (patch) | |
tree | 9ef3a27d6507985a042e17bd8150f4dfc9c679f0 /libavcodec/ac3enc.c | |
parent | deb3ed01b50f5706a610bf7f3e82ef97e910a65e (diff) | |
download | ffmpeg-bd2deab706bba303e15fb43e91f46a9f7840aba6.tar.gz |
cosmetics: remove outdated comment that is no longer true
Diffstat (limited to 'libavcodec/ac3enc.c')
-rw-r--r-- | libavcodec/ac3enc.c | 2 |
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) { |