[FFmpeg-devel] [PATCH] libavdevice/v4l2.c: av_log DEBUG cast

Reimar Döffinger Reimar.Doeffinger
Tue Feb 10 16:06:17 CET 2009


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.




More information about the ffmpeg-devel mailing list