[vlc-commits] vout_helper: PQ10 is ST2084 not ST2048
    Steve Lhomme 
    git at videolan.org
       
    Mon Oct 29 06:48:38 CET 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Oct 29 06:44:31 2018 +0100| [6306e46fa7948724b37be430ff913420b4cdfc1a] | committer: Steve Lhomme
vout_helper: PQ10 is ST2084 not ST2048
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6306e46fa7948724b37be430ff913420b4cdfc1a
---
 modules/video_output/opengl/vout_helper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl/vout_helper.h b/modules/video_output/opengl/vout_helper.h
index 01c79769a9..02b17fabbb 100644
--- a/modules/video_output/opengl/vout_helper.h
+++ b/modules/video_output/opengl/vout_helper.h
@@ -114,7 +114,7 @@ static const char * const trc_text[] = {
     "Pure power gamma 2.2",
     "Pure power gamma 2.8",
     "ProPhoto RGB (ROMM)",
-    "ITU-R BT.2100 PQ (perceptual quantizer), aka SMPTE ST2048",
+    "ITU-R BT.2100 PQ (perceptual quantizer), aka SMPTE ST2084",
     "ITU-R BT.2100 HLG (hybrid log-gamma), aka ARIB STD-B67",
     "Panasonic V-Log (VARICAM)",
     "Sony S-Log1",
    
    
More information about the vlc-commits
mailing list