summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/csputils.h b/video/csputils.h
index 441f2b024b..f817779584 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -78,7 +78,10 @@ enum mp_csp_trc {
MP_CSP_TRC_SRGB,
MP_CSP_TRC_LINEAR,
MP_CSP_TRC_GAMMA18,
+ MP_CSP_TRC_GAMMA20,
MP_CSP_TRC_GAMMA22,
+ MP_CSP_TRC_GAMMA24,
+ MP_CSP_TRC_GAMMA26,
MP_CSP_TRC_GAMMA28,
MP_CSP_TRC_PRO_PHOTO,
MP_CSP_TRC_PQ,