]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_glsl_manager.h
Add movit.luma transition.
[mlt] / src / modules / opengl / filter_glsl_manager.h
index 35e81b13eb16efa35de1746664617af689c17abc..abaafb0efd8b65be56146a18d03681107774b7c4 100644 (file)
@@ -117,6 +117,8 @@ public:
        static void set_effect_input(mlt_service, mlt_frame, mlt_service);
        static void get_effect_secondary_input(mlt_service, mlt_frame, mlt_service*, mlt_frame*);
        static void set_effect_secondary_input(mlt_service, mlt_frame, mlt_service, mlt_frame);
+       static void get_effect_third_input(mlt_service, mlt_frame, mlt_service*, mlt_frame*);
+       static void set_effect_third_input(mlt_service, mlt_frame, mlt_service, mlt_frame);
 
        int render_frame_texture(movit::EffectChain*, mlt_frame, int width, int height, uint8_t **image);
        int render_frame_rgba(movit::EffectChain*, mlt_frame, int width, int height, uint8_t **image);