On 06/26/2012 07:53 AM, Anton Khirnov wrote:
> It is a plain int now.
> ---
>  libavfilter/af_amix.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c
> index 156799c..8ceb179 100644
> --- a/libavfilter/af_amix.c
> +++ b/libavfilter/af_amix.c
> @@ -261,7 +261,7 @@ static int config_output(AVFilterLink *outlink)
>      av_get_channel_layout_string(buf, sizeof(buf), -1, 
> outlink->channel_layout);
>  
>      av_log(ctx, AV_LOG_VERBOSE,
> -           "inputs:%d fmt:%s srate:%"PRId64" cl:%s\n", s->nb_inputs,
> +           "inputs:%d fmt:%s srate:%d cl:%s\n", s->nb_inputs,
>             av_get_sample_fmt_name(outlink->format), outlink->sample_rate, 
> buf);
>  
>      return 0;

LGTM

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to