[vlc-commits] es_out: mention that SMPTE ST2084 transfer is PQ
Steve Lhomme
git at videolan.org
Thu May 9 17:36:22 CEST 2019
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 9 16:38:36 2019 +0200| [6cca8f7a9e3e884b7d12a22a55dd9b309bff8e53] | committer: Steve Lhomme
es_out: mention that SMPTE ST2084 transfer is PQ
aka Perceptual Quantizer
(cherry picked from commit 2066dde9383bdb79fd2e92dbe1221302a06a8f05)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6cca8f7a9e3e884b7d12a22a55dd9b309bff8e53
---
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 77eca7d966..5a2b194688 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -3231,7 +3231,7 @@ static void EsOutUpdateInfo( es_out_t *out, es_out_id_t *es, const es_format_t *
[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