[MPlayer-dev-eng] [PATCH] use int_fast32_t in postproc/*

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Sep 29 21:19:08 CEST 2005


Hi,
On Thu, Sep 29, 2005 at 01:33:43PM -0500, Zoltan Hidvegi wrote:
> On many (broken) 64-bit systems int_fast32_t is just defined as
> int32_t, which is slower than long.  Why dont you just use long, it is
> at least 32-bit on all systems.

Well, I wanted something that sed can easily replace *g*. Actually what
is needed here would be int_ptr_t, but that would be confusing. Yes, I
can change it to long, but if somebody has a better suggestion I'd be
very happy to hear it.
(btw. for those 64 bit systems that define int_fast32_t as int32_t
this patch would actually break compilation I think...)

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list