]> git.sesse.net Git - mlt/blobdiff - src/modules/oldfilm/filter_dust.c
framework: remove global profile, rather share one mlt_profile across a service netwo...
[mlt] / src / modules / oldfilm / filter_dust.c
index 8b6c852fd5b80b9fa20fecd849eb7dc3703ecc07..c13381332da8ae90d3257a93f51617aeed37c407 100644 (file)
@@ -17,8 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "filter_dust.h"
-
+#include <framework/mlt_filter.h>
 #include <framework/mlt_frame.h>
 
 #include <stdio.h>
@@ -90,7 +89,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 }
 
 
-mlt_filter filter_dust_init( char *arg )
+mlt_filter filter_dust_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )