[Scummvm-cvs-logs] SF.net SVN: scummvm: [22074] scummvm/trunk/graphics/scaler/intern.h

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Apr 21 13:57:06 CEST 2006


Revision: 22074
Author:   anotherguest
Date:     2006-04-21 13:56:53 -0700 (Fri, 21 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22074&view=rev

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

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler/intern.h
Modified: scummvm/trunk/graphics/scaler/intern.h
===================================================================
--- scummvm/trunk/graphics/scaler/intern.h	2006-04-21 20:51:29 UTC (rev 22073)
+++ scummvm/trunk/graphics/scaler/intern.h	2006-04-21 20:56:53 UTC (rev 22074)
@@ -142,7 +142,7 @@
  * 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) \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list