Optimisations (part 0), pixel v percentage, reworked aspect ratio calcs, ante/post...
[melted] / src / framework / mlt_filter.h
index edaf6f6..d107b33 100644 (file)
@@ -50,6 +50,7 @@ struct mlt_filter_s
 extern int mlt_filter_init( mlt_filter this, void *child );
 extern mlt_service mlt_filter_service( mlt_filter this );
 extern mlt_properties mlt_filter_properties( mlt_filter this );
+extern mlt_frame mlt_filter_process( mlt_filter this, mlt_frame that );
 extern int mlt_filter_connect( mlt_filter this, mlt_service producer, int index );
 extern void mlt_filter_set_in_and_out( mlt_filter this, mlt_position in, mlt_position out );
 extern int mlt_filter_get_track( mlt_filter this );