video: add pure gamma TRC curves for 2.0, 2.4 and 2.6.

This commit is contained in:
Wessel Dankers
2018-08-22 14:39:40 +02:00
committed by wm4
parent 919b7a55cd
commit 643417dd17
6 changed files with 36 additions and 0 deletions

View File

@@ -78,7 +78,10 @@ enum mp_csp_trc {
MP_CSP_TRC_SRGB,
MP_CSP_TRC_LINEAR,
MP_CSP_TRC_GAMMA18,
MP_CSP_TRC_GAMMA20,
MP_CSP_TRC_GAMMA22,
MP_CSP_TRC_GAMMA24,
MP_CSP_TRC_GAMMA26,
MP_CSP_TRC_GAMMA28,
MP_CSP_TRC_PRO_PHOTO,
MP_CSP_TRC_PQ,