filter_volume.c: prevent serializing previous_gain and reset previous_gain on seeking.
[melted] / src / modules / motion_est / filter_vismv.c
index 23d1ffe..eb0d987 100644 (file)
@@ -120,7 +120,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 */
 
 
-mlt_filter filter_vismv_init( char *arg )
+mlt_filter filter_vismv_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )