# HG changeset patch # User Sam Lantinga # Date 990508010 0 # Node ID 81a7158fa836b0d044a753ae7abea86daef28049 # Parent 13ae3bc6e39ada3f643291fe9d107cdcbda87fc4 Silly bug fix from Billy Biggs diff -r 13ae3bc6e39a -r 81a7158fa836 src/video/windx5/SDL_dx5yuv.c --- a/src/video/windx5/SDL_dx5yuv.c Tue May 22 05:05:16 2001 +0000 +++ b/src/video/windx5/SDL_dx5yuv.c Tue May 22 05:06:50 2001 +0000 @@ -191,6 +191,7 @@ case SDL_YV12_OVERLAY: case SDL_IYUV_OVERLAY: overlay->planes = 3; + break; default: overlay->planes = 1; break;