]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Add partial Rec. 2020 support.
[movit] / effect_chain.h
index f41e7e4a5e72966a9dd0a56255aca32cf6a3449b..6698c6f70e6b7cf5ee0752fce39840613295810f 100644 (file)
@@ -229,8 +229,6 @@ private:
        Effect *dither_effect;
 
        std::vector<Input *> inputs;  // Also contained in nodes.
-
-       GLuint fbo;
        std::vector<Phase *> phases;
 
        unsigned num_dither_bits;