From 2e45b8fa1ad7577fa733db2927fc1ca64d1f921e Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 10 Jun 2017 02:51:32 +0200 Subject: vo_opengl: implement sony s-log2 trc Apparently this is virtually identical to Panasonic's V-Log, but using the constants from S-Log1 and an extra scaling coefficient to make the S-Log1 curve less limited. Whatever floats their NIH boat, I guess. Source: https://pro.sony.com/bbsccms/assets/files/micro/dmpc/training/S-Log2_Technical_PaperV1_0.pdf --- 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 dc78a670ff..2119cca45a 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -84,6 +84,7 @@ enum mp_csp_trc { MP_CSP_TRC_HLG, MP_CSP_TRC_V_LOG, MP_CSP_TRC_S_LOG1, + MP_CSP_TRC_S_LOG2, MP_CSP_TRC_COUNT }; -- cgit v1.2.3