On Wed, Nov 02, 2011 at 10:38:50AM -0400, Justin Ruggles wrote: > > --- 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) > --- 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)
While this is certainly better than wrong documentation, no documentation is not a very satisfying solution. Push this if you want to, but I would appreciate getting the function parameters documented instead. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
