[Ffmpeg-devel] printf format specifiers and 64-bit machines

Mike Melanson mike
Mon Dec 12 00:26:00 CET 2005


M?ns Rullg?rd wrote:
> I compiled ffmpeg on my Alpha today, and noticed a large number of
> warnings about %lld or %Ld used with int64_t arguments, as int64_t is
> a plain long on Alpha (both long and long long are 64 bits).  Would it
> be acceptable to replace all of these with the proper PRId64 and
> related macros?  As these are already used in one or two places, I
> don't see any problem with it.

	What is the solution exactly? Can you explain this PRId64 thing? I see 
the same issue all the time on my AMD64.

--
	-Mike Melanson





More information about the ffmpeg-devel mailing list