summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/csputils.h b/video/csputils.h
index 3f61721b12..f973117751 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -116,6 +116,8 @@ struct mp_csp_params {
float rgamma;
float ggamma;
float bgamma;
+ // discard U/V components
+ bool gray;
// texture_bits/input_bits is for rescaling fixed point input to range [0,1]
int texture_bits;
int input_bits;