wm4 <nfxjfg <at> googlemail.com> writes: > + av_log(s, AV_LOG_INFO, "Skipping %d bytes > of junk at %lld.\n", i, (long long)off); The cast should not be necessary, use "PRId64". (It is currently only used in out-commented code in the libraries afaict.) Carl Eugen