# HG changeset patch # User szabii # Date 987885839 0 # Node ID 5eb28ba8a96a950d9e475a7615d6e831bce9109e # Parent 312fee2a6816f7308a6e8b11bcdd2dd9ae08d44f nothing important diff -r 312fee2a6816 -r 5eb28ba8a96a libvo/vo_fbdev.c --- a/libvo/vo_fbdev.c Sat Apr 21 18:19:12 2001 +0000 +++ b/libvo/vo_fbdev.c Sat Apr 21 20:43:59 2001 +0000 @@ -441,8 +441,11 @@ { p->bits_per_pixel = (bpp + 1) & ~1; p->red.msb_right = p->green.msb_right = p->blue.msb_right = 0; + p->transp.offset = p->transp.length = 0; switch (bpp) { case 32: + p->transp.offset = 24; + p->transp.length = 8; case 24: p->red.offset = 16; p->red.length = 8;