Implementation and declartion in intern.h differed. Changed so both is using the same datatype.

svn-id: r22074
This commit is contained in:
Lars Persson 2006-04-21 20:56:53 +00:00
parent 7b80324c6d
commit aec70b0bb2

View File

@ -142,7 +142,7 @@ static inline bool diffYUV(int yuv1, int yuv2) {
* 16bit RGB to YUV conversion table. This table is setup by InitLUT().
* Used by the hq scaler family.
*/
extern "C" uint *RGBtoYUV;
extern "C" uint32 *RGBtoYUV;
/** Auxiliary macro to simplify creating those template function wrappers. */
#define MAKE_WRAPPER(FUNC) \