summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-30 11:32:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-30 11:32:24 +0000
commit8e35068138e7e6398c03b6b38a69be9aaef426c7 (patch)
tree335c8b3999441654916fd8b6ca4701888ab2aa40 /libvo/gl_common.h
parent92f20f876f7efac016d9b69aa01fe3d2f0fc6f68 (diff)
downloadmpv-8e35068138e7e6398c03b6b38a69be9aaef426c7.tar.bz2
mpv-8e35068138e7e6398c03b6b38a69be9aaef426c7.tar.xz
Support all planar YUV formats in OpenGL vos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30139 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 58c4b0dcef..23a78c24a0 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -339,6 +339,8 @@ typedef struct {
float bgamma;
int texw;
int texh;
+ int chrom_texw;
+ int chrom_texh;
float filter_strength;
} gl_conversion_params_t;