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 fc6f04db6a..dfc2a569cc 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -162,6 +162,8 @@ struct mp_csp_params {
float gamma;
// discard U/V components
bool gray;
+ // input is already centered and range-expanded
+ bool is_float;
// texture_bits/input_bits is for rescaling fixed point input to range [0,1]
int texture_bits;
int input_bits;