[XviD-cvslog] Patchset 1574

xvid-cvslog at xvid.org xvid-cvslog at xvid.org
Tue Sep 20 13:56:03 CEST 2005


---------------------
PatchSet 1574 
Date: 2005/09/20 12:54:11
Author: suxen_drol
Branch: HEAD
Tag: (none) 
Log:
> > -      uint32_t intra_dc_threshold; /* fake variable */
> > +      int intra_dc_threshold; /* fake variable */

This patch fixes a warning spotted by gcc 4.0.1, because &intra_dc_threshold
is passed to some function which expects a int*, not a uint32_t* (on 64bit this
is important, even if this is fake data, the callee could corrupt the stack
writing 64bit to a 32bit allocated destination)

Members: 
	src/decoder.c:1.73->1.74 




More information about the XviD-cvslog mailing list