From f3b6966d14e8cb34477474b85c83beb46e542e70 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 26 Jun 2016 19:28:06 +0200 Subject: 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. --- video/csputils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/csputils.c') diff --git a/video/csputils.c b/video/csputils.c index b85b1f28f2..65b26acb3a 100644 --- a/video/csputils.c +++ b/video/csputils.c @@ -80,6 +80,7 @@ const struct m_opt_choice_alternatives mp_csp_trc_names[] = { {"prophoto", MP_CSP_TRC_PRO_PHOTO}, {"st2084", MP_CSP_TRC_SMPTE_ST2084}, {"std-b67", MP_CSP_TRC_ARIB_STD_B67}, + {"v-log", MP_CSP_TRC_V_LOG}, {0} }; -- cgit v1.2.3