]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_data_feed.c
Fix manual deinterlace on B in composite.
[mlt] / src / modules / core / filter_data_feed.c
index bc9860539ed0cd455916e8e366e8c1d28735f287..e3cf81d34b2e744dd27c149fba43144085ad8c12 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include "filter_data.h"
 #include <framework/mlt.h>
 
 /** This filter should be used in conjuction with the data_show filter.
@@ -155,7 +154,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 /** Constructor for the filter.
 */
 
-mlt_filter filter_data_feed_init( char *arg )
+mlt_filter filter_data_feed_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        // Create the filter
        mlt_filter this = mlt_filter_new( );