OSDN Git Service

cosmetics: remove outdated comment that is no longer true
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 23 Jun 2011 18:26:34 +0000 (14:26 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 28 Jun 2011 15:03:42 +0000 (11:03 -0400)
libavcodec/ac3enc.c

index 44dfce8..809a3f5 100644 (file)
@@ -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)
 {