[Ffmpeg-devel] [PATCH] PRId64 / PRIx64 changes
Steve Lhomme
slhomme
Wed Nov 1 21:28:38 CET 2006
Michael Niedermayer wrote:
> 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)
Here it is with PRIX64 and %(whatever)ll(whatever).
Steve
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: PRId64.v2.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061101/06e7c4c0/attachment.asc>
More information about the ffmpeg-devel
mailing list