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.
This commit is contained in:
Niklas Haas
2017-06-10 02:05:28 +02:00
committed by wm4
parent da7ae75e26
commit 326e02e955
5 changed files with 20 additions and 0 deletions

View File

@@ -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
};