[FFmpeg-devel] [PATCH] libavdevice/v4l2.c: av_log DEBUG cast
Reimar Döffinger
Reimar.Doeffinger
Tue Feb 10 19:47:29 CET 2009
On Tue, Feb 10, 2009 at 06:28:52PM +0000, M?ns Rullg?rd wrote:
> Luca Abeni <lucabe72 at email.it> writes:
> > Looks like the correct patch is changing "PRIu64" in Lu (linux's __u64
> > is not uint64_t...)
>
> %Lu is not a standard format specifier. The standard modifier for
> "long long" is ll, but I'm not sure what the actual underlying type
> here is.
Please do not use "ll", it does not work on MinGW. If __u64 is indeed
not uint64_t, you can still cast it to that.
More information about the ffmpeg-devel
mailing list