[MPlayer-dev-eng] [PATCH] fix scaler on 64 bit

joerg at britannica.bec.de joerg at britannica.bec.de
Sat May 6 11:57:53 CEST 2006


On Fri, May 05, 2006 at 05:56:06PM +0200, Michael Niedermayer wrote:
> * intptr_t IIRC is optional not mandatory part of the C standard
> * intptr_t represents a c ptr, which may or may not be the same as esp
>   (could be segment+offset or something insane like that)

It is mandatory part of C99. intptr_t the smallest integer type big
enough to hold a pointer, so stupid platforms like DOS can use 32bit
values for it.

Joerg




More information about the MPlayer-dev-eng mailing list