]> git.sesse.net Git - mlt/blobdiff - src/modules/frei0r/frei0r_helper.h
Massive refactoring of image conversion.
[mlt] / src / modules / frei0r / frei0r_helper.h
index aee4a5d2060b550881265588c25fea96ae202cae..2b9176642610612aa2606a7f9706039ed56f82b4 100644 (file)
@@ -18,5 +18,6 @@
  */
 #include <framework/mlt.h>
 
-int process_frei0r_item( mlt_service_type type,  double position , mlt_properties prop , mlt_frame this, uint8_t **image, mlt_image_format *format, int *width, int *height, int writable );
+int process_frei0r_item( mlt_service_type, double position, mlt_properties,
+       mlt_frame, uint8_t **image, int *width, int *height );
 void destruct (mlt_properties prop );