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

Zoltan Hidvegi mplayer at hzoli.2y.net
Thu Sep 29 20:33:43 CEST 2005


Reimar DĂśffinger wrote:
> the attached patch replaces the current int/unsigned/long mess in the
> postproc files by int_fast32_t.

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.

Zoli




More information about the MPlayer-dev-eng mailing list