[svn] Repository:
ViewVC logotype

Revision 1639


Jump to revision: Previous Next
Author: suxen_drol
Date: Tue Sep 20 11:54:11 2005 UTC (18 years, 6 months ago)
Log Message:
> > -      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)

Changed paths:

Path Details
Directorytrunk/xvidcore/src/decoder.c modified , text changed

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4