X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.h;h=158f28a98865cc552de66433dc01b4c1cf7f0d21;hb=2af8bb9f6a61f6510aab8f45abf5f26e9e619c78;hp=edaf6f626b30d2d160d2211bb7a5f6f2be3536a1;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_filter.h b/src/framework/mlt_filter.h index edaf6f6..158f28a 100644 --- a/src/framework/mlt_filter.h +++ b/src/framework/mlt_filter.h @@ -48,8 +48,10 @@ struct mlt_filter_s */ extern int mlt_filter_init( mlt_filter this, void *child ); +extern mlt_filter mlt_filter_new( ); 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 );