]> git.sesse.net Git - mlt/blobdiff - src/modules/vid.stab/common.h
Save vidstab results to file.
[mlt] / src / modules / vid.stab / common.h
index de081f437162fcd77b5690898bb2da3056d93fcb..6af5c739484ee837ac273f430752bf558031243e 100644 (file)
@@ -29,4 +29,9 @@ VSPixelFormat mltimage_to_vsimage( mlt_image_format mlt_format, int width, int h
 void vsimage_to_mltimage( uint8_t* vs_img, uint8_t* mlt_img, mlt_image_format mlt_format, int width, int height );
 void free_vsimage( uint8_t* vs_img, VSPixelFormat format );
 
+int compare_motion_config( VSMotionDetectConfig* a, VSMotionDetectConfig* b );
+int compare_transform_config( VSTransformConfig* a, VSTransformConfig* b );
+
+void init_vslog();
+
 #endif /* VIDSTAB_COMMON_H_ */