[vlc-commits] es_out: mention that SMPTE ST2084 transfer is PQ

Steve Lhomme git at videolan.org
Thu May 9 16:42:28 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May  9 16:38:36 2019 +0200| [2066dde9383bdb79fd2e92dbe1221302a06a8f05] | committer: Steve Lhomme

es_out: mention that SMPTE ST2084 transfer is PQ

aka Perceptual Quantizer

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2066dde9383bdb79fd2e92dbe1221302a06a8f05
---

 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"),
            };



More information about the vlc-commits mailing list