]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_glsl_manager.h
Propertly refcount the GlslManager.
[mlt] / src / modules / opengl / filter_glsl_manager.h
index c850c86ab567a03659b2efcc22ecb288ab0ac9b4..496e1922688bce6ddf4cfe13bdb550064b279865 100644 (file)
@@ -88,6 +88,7 @@ class GlslManager : public Mlt::Filter
 public:
        GlslManager();
        ~GlslManager();
+       void add_ref(mlt_properties properties);
        static GlslManager* get_instance();
 
        glsl_fbo get_fbo(int width, int height);