]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_glsl_manager.h
Change get_effect/add_effect to take in mlt_service.
[mlt] / src / modules / opengl / filter_glsl_manager.h
index 2c08f6e456da6da7bfab386e65b76621fa0364da..1d4a16534e912d4290d6d7e77dc5deb26ad983ff 100644 (file)
@@ -87,9 +87,9 @@ public:
        static EffectChain* get_chain(mlt_service);
        static MltInput* get_input(mlt_service);
        static void reset_finalized(mlt_service);
-       static Effect* get_effect(mlt_filter, mlt_frame);
-       static Effect* add_effect(mlt_filter, mlt_frame, Effect*);
-       static Effect* add_effect(mlt_filter, mlt_frame, Effect*, Effect* input_b);
+       static Effect* get_effect(mlt_service, mlt_frame);
+       static Effect* add_effect(mlt_service, mlt_frame, Effect*);
+       static Effect* add_effect(mlt_service, mlt_frame, Effect*, Effect* input_b);
        static void render_fbo(mlt_service, void *chain, GLuint fbo, int width, int height);
        int render_frame_texture(mlt_service, mlt_frame, int width, int height, uint8_t **image);
        int render_frame_rgba(mlt_service, mlt_frame, int width, int height, uint8_t **image);