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

Zoltan Hidvegi mplayer at hzoli.2y.net
Thu Sep 29 21:36:10 CEST 2005


Reimar DĂśffinger wrote:
> (btw. for those 64 bit systems that define int_fast32_t as int32_t
> this patch would actually break compilation I think...)

AIX 5.1 is one such system, but I do not thing anyone cares about that
for mplayer.  But the only requirement of int_fast32_t is that it can
hold all values int32_t can hold, so technically even AIX 5.1 is not
broken.  It seems long is the most portable choice.

Zoli




More information about the MPlayer-dev-eng mailing list