summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2017-06-10 02:05:28 +0200
committerwm4 <wm4@nowhere>2017-06-18 20:54:44 +0200
commit326e02e955fbd88b5fbd489a14cf332b1e450957 (patch)
tree36356313f212dadf85890fba1e5f3a0cdcbae933 /video/csputils.h
parentda7ae75e2626750bb254ac174b21fecba5eb41cd (diff)
downloadmpv-326e02e955fbd88b5fbd489a14cf332b1e450957.tar.bz2
mpv-326e02e955fbd88b5fbd489a14cf332b1e450957.tar.xz
vo_opengl: implement sony s-log1 trc
Source: https://pro.sony.com/bbsccms/assets/files/mkt/cinema/solutions/slog_manual.pdf Not 100% confident in the implementation since the values from the spec seem to be very subtly off (~1%), but it should be close enough for practical purposes.
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 b5446c4d6c..dc78a670ff 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -83,6 +83,7 @@ enum mp_csp_trc {
MP_CSP_TRC_PQ,
MP_CSP_TRC_HLG,
MP_CSP_TRC_V_LOG,
+ MP_CSP_TRC_S_LOG1,
MP_CSP_TRC_COUNT
};