diff options
Diffstat (limited to 'common/scaler')
-rw-r--r-- | common/scaler/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scaler/intern.h b/common/scaler/intern.h index 0c8a8fd859..bb20a43748 100644 --- a/common/scaler/intern.h +++ b/common/scaler/intern.h @@ -153,7 +153,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[65536]; +extern "C" uint *RGBtoYUV; /** Auxiliary macro to simplify creating those template function wrappers. */ #define MAKE_WRAPPER(FUNC) \ |