[Ffmpeg-devel] [PATCH] PRId64 / PRIx64 changes
Michael Niedermayer
michaelni
Mon Oct 23 22:01:42 CEST 2006
Hi
On Mon, Oct 23, 2006 at 06:32:04PM +0200, Steve Lhomme wrote:
> Hi,
>
> Here is a patch to replace most of the %lld and %llx into their
> (cleaner) PRI*64 counterparts.
>
> Steve
[...]
> - printf("get_v %5lld / %llX in %s %s:%d\n", v, v, file, func, line);
> + printf("get_v %5lld / %"PRIx64" in %s %s:%d\n", v, v, file, func, line);
wrong, should be PRIX64 and you missed the %5lld (and there are more of these)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the ffmpeg-devel
mailing list