[MPlayer-cvslog] r36317 - trunk/libvo/vo_gl_tiled.c

reimar subversion at mplayerhq.hu
Sun Jun 9 20:33:23 CEST 2013


Author: reimar
Date: Sun Jun  9 20:33:23 2013
New Revision: 36317

Log:
vo_gl_tiled: fix YUV conversion.

Modified:
   trunk/libvo/vo_gl_tiled.c

Modified: trunk/libvo/vo_gl_tiled.c
==============================================================================
--- trunk/libvo/vo_gl_tiled.c	Sun Jun  9 20:33:22 2013	(r36316)
+++ trunk/libvo/vo_gl_tiled.c	Sun Jun  9 20:33:23 2013	(r36317)
@@ -565,6 +565,7 @@ static int initGl(uint32_t d_width, uint
     params.chrom_texw = params.texw >> xs;
     params.chrom_texh = params.texh >> ys;
     params.csp_params.input_shift = -depth & 7;
+    params.is_planar = is_yuv;
     glSetupYUVConversion(&params);
   }
 


More information about the MPlayer-cvslog mailing list