--- libvo/vo_gl.c.old 2002-11-11 18:20:26.000000000 +0300 +++ libvo/vo_gl.c 2002-12-15 16:06:07.000000000 +0300 @@ -58,6 +58,8 @@ static uint32_t texture_width; static uint32_t texture_height; +static int fast_blit=1; + static void resize(int x,int y){ printf("[gl] Resize: %dx%d\n",x,y); glViewport( 0, 0, x, y ); @@ -286,8 +288,9 @@ yuv2rgb(ImageData, src[0], src[1], src[2], w,h, dstride, stride[0],stride[1]); - for(i=0;i