[MPlayer-dev-eng] [PATCH] trivial signed/unsigned comparisons fix - spudec.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat May 13 21:19:35 CEST 2006


Hi,
On Sat, May 13, 2006 at 08:47:24PM +0200, Dominik 'Rathann' Mierzejewski wrote:
> -void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, unsigned int* bbox);
> +void spudec_calc_bbox(void *me, unsigned int dxs, unsigned int dys, int* bbox);

Please be extremely careful about such changes and absolutely make sure
that none of the code depends on this being unsigned.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list