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

Måns Rullgård mru
Mon Dec 12 00:19:01 CET 2005


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.

-- 
M?ns Rullg?rd
mru at inprovide.com





More information about the ffmpeg-devel mailing list