On Tue, Feb 10, 2009 at 04:00:37PM +0100, Patrik Kullman wrote: > (long unsigned int) standard.id in av_log debug message That's only the right type on non-Windows 64 bit systems. uint64_t might be the right one, though I don't really see the point of using %PRIu64 instead of %u.