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