Mercurial > sdl-ios-xcode
comparison src/video/SDL_yuv_sw.c @ 1680:9488fca10677 SDL-1.3
Dummy video driver works again in high color video modes. Yay!
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jun 2006 08:41:13 +0000 |
parents | 153477a6cc31 |
children | c4aa1a2f48f1 |
comparison
equal
deleted
inserted
replaced
1679:153477a6cc31 | 1680:9488fca10677 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #if 0 /* TODO */ | 24 #if 0 /* TODO */ |
25 /* This is the software implementation of the YUV video overlay support */ | 25 /* This is the software implementation of the YUV video overlay support */ |
26 | 26 |
27 /* This code was derived from code carrying the following copyright notices: | 27 /* This code was derived from code carrying the following copyright notices: |
28 | 28 |
29 * Copyright (c) 1995 The Regents of the University of California. | 29 * Copyright (c) 1995 The Regents of the University of California. |