]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Fix a typo.
[movit] / effect_chain.h
index bc7e259af7ab856be686fe9e579379830cd4d83d..ea4926b304efafad329e7309caf34d9252058544 100644 (file)
@@ -299,7 +299,7 @@ public:
        // no matter what you specify.
        //
        // Of special interest is GL_SRGB8_ALPHA8, which stores sRGB-encoded RGB
-       // and linear alpha; this is half the memory bandwidth og GL_RGBA16F,
+       // and linear alpha; this is half the memory bandwidth of GL_RGBA16F,
        // while retaining reasonable precision for typical image data. It will,
        // however, cause some gamut clipping if your colorspace is far from sRGB,
        // as it cannot represent values outside [0,1]. NOTE: If you construct
@@ -341,7 +341,6 @@ public:
        void reset_phase_timing();
        void print_phase_timing();
 
-       //void render(unsigned char *src, unsigned char *dst);
        void render_to_screen()
        {
                render_to_fbo(0, 0, 0);