# HG changeset patch # User alex # Date 1010424839 0 # Node ID 76ea6f97ebb72dd56664bed15517f94951077b28 # Parent 607a4a565f04531b46c18c7e248c280bc0e3f94f added rgb24to32 instead of c converter diff -r 607a4a565f04 -r 76ea6f97ebb7 libvo/vo_x11.c --- a/libvo/vo_x11.c Mon Jan 07 15:49:49 2002 +0000 +++ b/libvo/vo_x11.c Mon Jan 07 17:33:59 2002 +0000 @@ -27,7 +27,7 @@ #include #include -//#include + #ifdef HAVE_XF86VM #include #endif @@ -540,6 +540,7 @@ memcpy( d,s,sbpp*image_width*image_height ); } else { // sbpp!=dbpp +#if 0 char *e=s+sbpp*image_width*image_height; //printf( "libvo: using C 24->32bpp conversion\n" ); while( s