mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user