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
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel