[Ffmpeg-devel] stdint.h and inttypes.h for non-C99 compilers

Steve Lhomme steve.lhomme
Wed Dec 13 18:06:52 CET 2006


This patch enforces the signed attribute for signed integers. At least 
for chars it makes a difference if you tell the compiler to use unsigned 
chars instead of chars. So it's better to leave it signed.

Also VS2005 doesn't like if you define int8_t somewhere without "signed" 
and somewhere else without. So maybe internally it's not equal too.

Steve
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: signed_enforced.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061213/3d1cdecc/attachment.asc>



More information about the ffmpeg-devel mailing list