summaryrefslogtreecommitdiffstats
path: root/libvo/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/csputils.h')
-rw-r--r--libvo/csputils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/csputils.h b/libvo/csputils.h
index acc8f59459..07d9932279 100644
--- a/libvo/csputils.h
+++ b/libvo/csputils.h
@@ -53,6 +53,7 @@ struct mp_csp_params {
float rgamma;
float ggamma;
float bgamma;
+ int input_shift;
};
void mp_gen_gamma_map(unsigned char *map, int size, float gamma);