framework: remove global profile, rather share one mlt_profile across a service netwo...
[melted] / src / modules / motion_est / filter_motion_est.c
index 31254d6..f81a2b8 100644 (file)
@@ -1074,7 +1074,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 
 /** Constructor for the filter.
 */
-mlt_filter filter_motion_est_init( char *arg )
+mlt_filter filter_motion_est_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )