X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.h;h=158f28a98865cc552de66433dc01b4c1cf7f0d21;hb=00db7ed91dfa61f9e144b6d5548350a5954deb61;hp=d107b3393e5628d18087cebe7e34ab86706dcf74;hpb=8a3795b090723264c973d274eedc28da480e76fd;p=melted diff --git a/src/framework/mlt_filter.h b/src/framework/mlt_filter.h index d107b33..158f28a 100644 --- a/src/framework/mlt_filter.h +++ b/src/framework/mlt_filter.h @@ -48,6 +48,7 @@ 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 );