]> git.sesse.net Git - mlt/blobdiff - src/modules/plus/filter_charcoal.c
framework: remove global profile, rather share one mlt_profile across a service netwo...
[mlt] / src / modules / plus / filter_charcoal.c
index 3f58697e807c4a8c436a183823c67e09a741d6b9..e99981a56add6ddeb096bb95e24eb8574224f39b 100644 (file)
@@ -18,8 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "filter_charcoal.h"
-
+#include <framework/mlt_filter.h>
 #include <framework/mlt_frame.h>
 
 #include <stdio.h>
@@ -159,7 +158,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 /** Constructor for the filter.
 */
 
-mlt_filter filter_charcoal_init( char *arg )
+mlt_filter filter_charcoal_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )