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