[vlc-devel] [PATCH] es_out: mention that SMPTE ST2084 transfer is PQ
    Steve Lhomme 
    robux4 at ycbcr.xyz
       
    Thu May  9 16:38:44 CEST 2019
    
    
  
aka Perceptual Quantizer
---
 src/input/es_out.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/es_out.c b/src/input/es_out.c
index 3352602849..a344754e0a 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -3543,7 +3543,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const vlc_meta_t *p
                [TRANSFER_FUNC_BT470_BG] = "ITU-R BT.470 BG",
                [TRANSFER_FUNC_BT470_M] = "ITU-R BT.470 M",
                [TRANSFER_FUNC_BT709] = "ITU-R BT.709",
-               [TRANSFER_FUNC_SMPTE_ST2084] = "SMPTE ST2084",
+               [TRANSFER_FUNC_SMPTE_ST2084] = "SMPTE ST2084 (PQ)",
                [TRANSFER_FUNC_SMPTE_240] = "SMPTE 240M",
                [TRANSFER_FUNC_HLG] = N_("Hybrid Log-Gamma"),
            };
-- 
2.17.1
    
    
More information about the vlc-devel
mailing list