---
libavcodec/ac3enc_fixed.c | 3 ---
libavcodec/ac3enc_float.c | 1 -
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/libavcodec/ac3enc_fixed.c b/libavcodec/ac3enc_fixed.c
index adb7352..b1df78e 100644
--- a/libavcodec/ac3enc_fixed.c
+++ b/libavcodec/ac3enc_fixed.c
@@ -50,7 +50,6 @@ av_cold void AC3_NAME(mdct_end)(AC3EncodeContext *s)
/**
* Initialize MDCT tables.
- * @param nbits log2(MDCT size)
*/
av_cold int AC3_NAME(mdct_init)(AC3EncodeContext *s)
{
@@ -73,8 +72,6 @@ static void apply_window(DSPContext *dsp, int16_t *output,
const int16_t *input,
/**
* Normalize the input samples to use the maximum available precision.
* This assumes signed 16-bit input samples.
- *
- * @return exponent shift
*/
static int normalize_samples(AC3EncodeContext *s)
{
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c
index 598c69d..48c2305 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -54,7 +54,6 @@ av_cold void ff_ac3_float_mdct_end(AC3EncodeContext *s)
/**
* Initialize MDCT tables.
- * @param nbits log2(MDCT size)
*/
av_cold int ff_ac3_float_mdct_init(AC3EncodeContext *s)
{
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel