On Wed, Jul 13, 2011 at 10:58:49PM +0200, Justin Ruggles wrote: > Module: libav > Branch: master > Commit: b5849f77095439e994b11c25e6063d443b36c228 > > Author: Justin Ruggles <[email protected]> > Committer: Justin Ruggles <[email protected]> > Date: Wed Jul 13 15:12:11 2011 -0400 > > ac3enc: merge AC3MDCTContext with AC3EncodeContext. > > --- a/libavcodec/ac3enc_fixed.c > +++ b/libavcodec/ac3enc_fixed.c > @@ -51,11 +51,10 @@ av_cold void AC3_NAME(mdct_end)(AC3MDCTContext *mdct) > * Initialize MDCT tables. > * @param nbits log2(MDCT size) > */ > -av_cold int AC3_NAME(mdct_init)(AVCodecContext *avctx, AC3MDCTContext *mdct, > - int nbits) > +av_cold int AC3_NAME(mdct_init)(AC3EncodeContext *s)
This changes the function signature without adapting the Doxygen. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
