From fe1227883a865b845c0c271bafd281f288404acb Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 13 Jun 2017 17:09:02 +0200 Subject: csputils: rename HDR curves st2084 and std-b67 are really weird names for PQ and HLG, which is what everybody else (including e.g. the ITU-R) calls them. Follow their example. I decided against naming them bt2020-pq and bt2020-hlg because it's not necessary in this case. The standard name is only used for the other colorspaces etc. because those literally have no other names. --- video/csputils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/csputils.h') diff --git a/video/csputils.h b/video/csputils.h index ec7369fa67..8e120922d7 100644 --- a/video/csputils.h +++ b/video/csputils.h @@ -79,8 +79,8 @@ enum mp_csp_trc { MP_CSP_TRC_GAMMA22, MP_CSP_TRC_GAMMA28, MP_CSP_TRC_PRO_PHOTO, - MP_CSP_TRC_SMPTE_ST2084, - MP_CSP_TRC_ARIB_STD_B67, + MP_CSP_TRC_PQ, + MP_CSP_TRC_HLG, MP_CSP_TRC_V_LOG, MP_CSP_TRC_COUNT }; -- cgit v1.2.3