On Tue, May 24, 2011 at 08:21:24PM -0400, Justin Ruggles wrote: > > This adds basic stream format support and allows for arbitrary bit rates > rather than just those supported in AC-3. > --- > Changelog | 2 + > configure | 1 + > libavcodec/Makefile | 1 + > libavcodec/ac3enc.c | 300 > ++++++++++++++++++++++++++++++++++--- > libavcodec/ac3enc_float.c | 18 +++ > libavcodec/ac3enc_opts_template.c | 6 + > libavcodec/allcodecs.c | 2 +- > libavcodec/version.h | 2 +- > 8 files changed, 308 insertions(+), 24 deletions(-)
A documentation update is missing. Did you check that this compiles standalone with everything disabled and just your new encoder enabled? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
