]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Fix compiling without C++11.
[movit] / effect_chain.h
index 7e0cd9f97b9b6465ea46b38908f7213aa1f2664c..c5178bbb60d7261d739fca490b1f17e730785c01 100644 (file)
@@ -492,6 +492,7 @@ private:
        std::vector<Node *> nodes;
        std::map<Effect *, Node *> node_map;
        Effect *dither_effect;
        std::vector<Node *> nodes;
        std::map<Effect *, Node *> node_map;
        Effect *dither_effect;
+       Node *ycbcr_conversion_effect_node;
 
        std::vector<Input *> inputs;  // Also contained in nodes.
        std::vector<Phase *> phases;
 
        std::vector<Input *> inputs;  // Also contained in nodes.
        std::vector<Phase *> phases;