changeset 36221:e597260febad

vo_gl_tiled: fix YUV conversion.
author reimar
date Sun, 09 Jun 2013 18:33:23 +0000
parents d1a2f89d0ba6
children 5bff1fc3e7e5
files libvo/vo_gl_tiled.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl_tiled.c	Sun Jun 09 18:33:22 2013 +0000
+++ b/libvo/vo_gl_tiled.c	Sun Jun 09 18:33:23 2013 +0000
@@ -565,6 +565,7 @@
     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);
   }