[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.45,1.46

Fredrik Kuivinen freku045 at student.liu.se
Thu Aug 29 11:07:47 CEST 2002


On Thu, Aug 29, 2002 at 12:21:21AM +0200, Arpi wrote:
> btw where is 'unsigned int' 64bit long?
> afaik int is 16/32/32 bit, long is 32/32/64 bit depending on arch 16/32/64
>

IIRC the only thing the C standard guarantees about the sizes of the
integer types is 

1 = sizeof(char) <= sizeof(short) <= sizeof(int) <= sizeof(long)

So, in theory, int could be a 64bit type.

/ Fredrik Kuivinen




More information about the MPlayer-cvslog mailing list