summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index ebb15028f7..fd2a4436ae 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -158,7 +158,8 @@ void glDrawTex(GLfloat x, GLfloat y, GLfloat w, GLfloat h,
#define YUV_CONVERSION_FRAGMENT_POW 3
//! use a fragment program with additional table lookup for YUV conversion
#define YUV_CONVERSION_FRAGMENT_LOOKUP 4
-void glSetupYUVConversion(int type, float brightness, float contrast,
+void glSetupYUVConversion(GLenum target, int type,
+ float brightness, float contrast,
float hue, float saturation,
float rgamma, float ggamma, float bgamma);
void inline glEnableYUVConversion(GLenum target, int type);