On Oct 23, 2013 4:56 PM, "Diego Biurrun" <[email protected]> wrote: > > On Tue, Oct 22, 2013 at 04:04:45AM -0700, Alex Converse wrote: > > --- a/libavcodec/aacdec.c > > +++ b/libavcodec/aacdec.c > > @@ -754,9 +754,9 @@ static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, > > case AOT_ER_AAC_LD: > > res_flags = get_bits(gb, 3); > > if (res_flags) { > > - av_log(avctx, AV_LOG_ERROR, > > - "AAC data resilience not supported (flags %x)\n", > > - res_flags); > > + avpriv_report_missing_feature(avctx, AV_LOG_ERROR, > > + "AAC data resilience (flags %x)", > > + res_flags); > > stray extra AV_LOG_ERROR argument, same below >
Sorry about that. I'll be away from a real computer until Monday. I can fix it then but anyone else is welcome to act sooner. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
