]> git.sesse.net Git - mlt/blobdiff - src/modules/vmfx/filter_chroma_hold.c
framework: remove global profile, rather share one mlt_profile across a service netwo...
[mlt] / src / modules / vmfx / filter_chroma_hold.c
index f3ede3f9757cc287af18313e678a52870f326c32..4fe52b215ba5c71f1462d54bb449a647f8aaae32 100644 (file)
@@ -18,7 +18,7 @@
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include "filter_chroma.h"
+#include <framework/mlt_filter.h>
 #include <stdlib.h>
 #include <framework/mlt_factory.h>
 #include <framework/mlt_frame.h>
@@ -87,7 +87,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame )
 /** Constructor for the filter.
 */
 
-mlt_filter filter_chroma_hold_init( char *arg )
+mlt_filter filter_chroma_hold_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg )
 {
        mlt_filter this = mlt_filter_new( );
        if ( this != NULL )