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