motion_est/filter_motion_est.c: the sse compilation flag logic was inverted
[melted] / src / modules / motion_est / filter_motion_est.h
index 75aa029..296287e 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <framework/mlt_filter.h>
 
-extern mlt_filter filter_motion_est_init( char *arg );
+extern mlt_filter filter_motion_est_init( mlt_profile profile, mlt_service_type type, const char *id, char *arg );
 
 #define MAX_MSAD 0xffff
 
@@ -37,5 +37,6 @@ struct motion_vector_s
        int quality;
        uint8_t color;  //<! The color
 };
-
+       
+typedef struct motion_vector_s motion_vector;
 #endif