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 d9ce734bb0..1c106dd5b5 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -275,6 +275,7 @@ typedef struct {
float bgamma;
int texw;
int texh;
+ float filter_strength;
} gl_conversion_params_t;
void glSetupYUVConversion(gl_conversion_params_t *params);