From daba8a0477f174595e63de50e6715e806f7fdce2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 7 Jan 2002 17:33:59 +0000 Subject: [PATCH] added rgb24to32 instead of c converter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4037 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_x11.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 266614f35f..c61ca9daaa 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -27,7 +27,7 @@ LIBVO_EXTERN( x11 ) #include #include -//#include + #ifdef HAVE_XF86VM #include #endif @@ -540,6 +540,7 @@ static uint32_t draw_frame( uint8_t *src[] ){ 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