Tacked GPL into comments. More hq4x tweaks.

This commit is contained in:
William Kendrick 2003-12-21 00:50:52 +00:00
parent 7487c3b31b
commit 8dee572c9d
8 changed files with 404 additions and 340 deletions

View file

@ -172,12 +172,13 @@
void hq4x_32(SDL_Surface * src, SDL_Surface * dest,
int RGBtoYUV[65536])
Uint32 RGBtoYUV[65536])
{
int x, y, k;
int prevline, nextline;
Uint16 w[10];
Uint8 a;
Uint32 YUV1, YUV2;
int pattern;
int flag;