[IPU]: properly fix gcc c++0x error. Declared coeff as s16 instead of u16.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3498 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-07-15 18:07:49 +00:00
parent 71bcec243e
commit 6250ec1f37
1 changed files with 5 additions and 5 deletions

View File

@ -63,11 +63,11 @@ struct SSE2_Tables
u16 Y_mask[8]; // offset -32
u16 round_1bit[8]; // offset -16
u16 Y_coefficients[8]; // offset 0
u16 GCr_coefficients[8];// offset 16
u16 GCb_coefficients[8];// offset 32
u16 RCr_coefficients[8];// offset 48
u16 BCb_coefficients[8];// offset 64
s16 Y_coefficients[8]; // offset 0
s16 GCr_coefficients[8];// offset 16
s16 GCb_coefficients[8];// offset 32
s16 RCr_coefficients[8];// offset 48
s16 BCb_coefficients[8];// offset 64
};
enum