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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 82770908f8..91d3346b8b 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -347,6 +347,7 @@ typedef struct {
float filter_strength;
} gl_conversion_params_t;
+int glAutodetectYUVConversion(void);
void glSetupYUVConversion(gl_conversion_params_t *params);
void glEnableYUVConversion(GLenum target, int type);
void glDisableYUVConversion(GLenum target, int type);