[FFmpeg-devel] [PATCH] lavfi/cropdetect: support more pixel formats

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Jul 5 17:21:08 CEST 2013


Paul B Mahol <onemda <at> gmail.com> writes:

> +    int64_t total = 0;

> -    av_log(ctx, AV_LOG_DEBUG, "total:%d\n", total);
> +    av_log(ctx, AV_LOG_DEBUG, "total:%lld\n", total);

%"PRId64"

Carl Eugen



More information about the ffmpeg-devel mailing list