Import the proof of concept slow motion producer.
[melted] / src / modules / motion_est / filter_motion_est.h
index 75aa029..f84e958 100644 (file)
@@ -37,5 +37,6 @@ struct motion_vector_s
        int quality;
        uint8_t color;  //<! The color
 };
-
+       
+typedef struct motion_vector_s motion_vector;
 #endif