]> git.sesse.net Git - mlt/blobdiff - src/modules/vid.stab/common.h
Added a fourth filter, that combines both detect and transform passes.
[mlt] / src / modules / vid.stab / common.h
index b373dbdda56e9f107002b75a0541984c08190750..96a2c9b013ec44ecc72eb43f56fc2beaaaaceb9e 100644 (file)
@@ -26,4 +26,7 @@ inline VSPixelFormat convertImageFormat(mlt_image_format &format) {
        }
 }
 
+int get_image_and_detect(mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable);
+int get_image_and_transform(mlt_frame frame, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable);
+
 #endif /* VIDSTAB_COMMON_H_ */