diff libvo/gl_common.h @ 30097:9d724e6def3e

Support all planar YUV formats in OpenGL vos.
author reimar
date Wed, 30 Dec 2009 11:32:24 +0000
parents ba530eb3b2f7
children 11e3ee8cd05e
line wrap: on
line diff
--- a/libvo/gl_common.h	Wed Dec 30 11:08:44 2009 +0000
+++ b/libvo/gl_common.h	Wed Dec 30 11:32:24 2009 +0000
@@ -339,6 +339,8 @@
   float bgamma;
   int texw;
   int texh;
+  int chrom_texw;
+  int chrom_texh;
   float filter_strength;
 } gl_conversion_params_t;