]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/filter_mono.c
framework: remove global profile, rather share one mlt_profile across a service netwo...
[mlt] / src / modules / vmfx / filter_mono.c
index 88467ce28fc5db91dd278c277a845002ba8c3deb..2afab5d3d772f22429c6cde7e1585bcd4beca632 100644 (file)
@@ -18,7 +18,7 @@
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include "filter_mono.h"
+#include <framework/mlt_filter.h>
 #include <string.h>
 #include <framework/mlt_factory.h>
 #include <framework/mlt_frame.h>
@@ -83,7 +83,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 /** Constructor for the filter.
 */
 
-mlt_filter filter_mono_init( char *arg )
+mlt_filter filter_mono_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )