From 326e02e955fbd88b5fbd489a14cf332b1e450957 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 10 Jun 2017 02:05:28 +0200 Subject: 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. --- video/csputils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/csputils.h') 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 }; -- cgit v1.2.3