summaryrefslogtreecommitdiffstats
path: root/video/csputils.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2016-06-26 19:28:06 +0200
committerwm4 <wm4@nowhere>2016-06-28 19:48:29 +0200
commitf3b6966d14e8cb34477474b85c83beb46e542e70 (patch)
tree23b0e2c0fd892c5d57a7b3ca73805cf31b8e6fad /video/csputils.h
parent740fdc139fae87144deb3cfe5897649ba2571b27 (diff)
downloadmpv-f3b6966d14e8cb34477474b85c83beb46e542e70.tar.bz2
mpv-f3b6966d14e8cb34477474b85c83beb46e542e70.tar.xz
vo_opengl: implement the Panasonic V-Log function
User request and not that hard. Closes #3157. Note that FFmpeg doesn't support this and there's no signalling in HEVC etc., so the only way users can access it is by using vf_format manually. Mind: This encoding uses full range values, not TV range.
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 100e3c13d9..90c5483a05 100644
--- a/video/csputils.h
+++ b/video/csputils.h
@@ -81,6 +81,7 @@ enum mp_csp_trc {
MP_CSP_TRC_PRO_PHOTO,
MP_CSP_TRC_SMPTE_ST2084,
MP_CSP_TRC_ARIB_STD_B67,
+ MP_CSP_TRC_V_LOG,
MP_CSP_TRC_COUNT
};