On Tue, Oct 22, 2013 at 04:04:46AM -0700, Alex Converse wrote:
> --- a/libavcodec/aacdec.c
> +++ b/libavcodec/aacdec.c
> @@ -778,6 +779,67 @@ static int decode_ga_specific_config(AACContext *ac, 
> AVCodecContext *avctx,
>  
> +    if (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

Reply via email to