summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-12 23:21:21 +0100
committerwm4 <wm4@nowhere>2015-03-12 23:21:21 +0100
commit73cf6155557abb27917371ec7d4f87f5fefb961f (patch)
tree382713c02863c460e5c9b4007bf4bf8b4d89e49e /video/csputils.h
parentae6019cbc98cfad2613e89a80bee79ce6b2f1319 (diff)
parent3974a5ca5e55ce00e8177a672e0627bfabee4118 (diff)
downloadmpv-73cf6155557abb27917371ec7d4f87f5fefb961f.tar.bz2
mpv-73cf6155557abb27917371ec7d4f87f5fefb961f.tar.xz
Merge branch 'gl_rework'
Diffstat (limited to 'video/csputils.h')
-rw-r--r--video/csputils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/csputils.h b/video/csputils.h
index a082682e43..a68c106549 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -76,6 +76,7 @@ enum mp_csp_trc {
MP_CSP_TRC_BT_1886,
MP_CSP_TRC_SRGB,
MP_CSP_TRC_LINEAR,
+ MP_CSP_TRC_GAMMA22,
MP_CSP_TRC_COUNT
};