]> git.sesse.net Git - movit/commitdiff
Fix some outdated comments in GammaExpansionEffect.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 8 Jan 2014 20:22:35 +0000 (21:22 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 8 Jan 2014 20:22:35 +0000 (21:22 +0100)
gamma_expansion_effect.frag
gamma_expansion_effect.h

index 1174a3e85cc85f20defcae93812df1da555e3ca4..473365627011a4a265922a0dd0fd863b2bd7f7a4 100644 (file)
@@ -1,4 +1,4 @@
-// Expand sRGB gamma curve.
+// Expand gamma curve.
 
 vec4 FUNCNAME(vec2 tc) {
        vec4 x = INPUT(tc);
 
 vec4 FUNCNAME(vec2 tc) {
        vec4 x = INPUT(tc);
index 07d94bea60a6f7784b94b5328ac86cb063d59a9f..e4a94b379c3960bacb3612db1742b3156c56b763 100644 (file)
@@ -5,7 +5,7 @@
 // typically inserted by the framework automatically at the beginning
 // of the processing chain.
 //
 // typically inserted by the framework automatically at the beginning
 // of the processing chain.
 //
-// Currently supports sRGB and Rec. 601/709.
+// Currently supports sRGB, Rec. 601/709 and Rec. 2020 (10- and 12-bit).
 
 #include <string>
 
 
 #include <string>