diff libvo/vo_x11.c @ 4554:16fdb694cf13

swScale internally uses yuv2rgb now if possible
author michael
date Wed, 06 Feb 2002 20:52:14 +0000
parents fc978c8eff3b
children 5fbfd8545c3b
line wrap: on
line diff
--- a/libvo/vo_x11.c	Wed Feb 06 20:30:34 2002 +0000
+++ b/libvo/vo_x11.c	Wed Feb 06 20:52:14 2002 +0000
@@ -501,7 +501,7 @@
   dst[1]=
   dst[2]=NULL;
 
-  swScale(swsContext,src,stride,y,h,dst, dstStride);
+  swsContext->swScale(swsContext,src,stride,y,h,dst, dstStride);
 } else {
  uint8_t *dst=ImageData + ( image_width * y + x ) * ( bpp/8 );
  if(image_format==IMGFMT_YV12)