diff options
Diffstat (limited to 'psxdev/vlc.c')
-rw-r--r-- | psxdev/vlc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psxdev/vlc.c b/psxdev/vlc.c index 4ff3d06..34288c2 100644 --- a/psxdev/vlc.c +++ b/psxdev/vlc.c @@ -428,7 +428,7 @@ static void yuv2rgb15(BLOCK *blk,Uint16 *image) } } -enum {R, G, B}; +enum {B, G, R}; static void yuv2rgb24(BLOCK *blk,Uint8 image[][3]) { |