X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.h;h=e3f0f74dccdb4586dacb0b0a1a2e97627a325644;hb=e4c9ccbcef39cadaccbad655bc6e36e825bf3dde;hp=df5b6414fdb8086c0aac1706165ffff6a883844f;hpb=fdff32bbd09ff13df3a3a12896690a4950b7d0d0;p=melted diff --git a/src/framework/mlt_filter.h b/src/framework/mlt_filter.h index df5b641..e3f0f74 100644 --- a/src/framework/mlt_filter.h +++ b/src/framework/mlt_filter.h @@ -39,9 +39,6 @@ struct mlt_filter_s // track and in/out points mlt_service producer; - //int track; - //mlt_timecode in; - //mlt_timecode out; // Protected void *child; @@ -52,6 +49,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 int mlt_filter_connect( mlt_filter this, mlt_service producer, int index ); extern void mlt_filter_set_in_and_out( mlt_filter this, mlt_timecode in, mlt_timecode out ); extern int mlt_filter_get_track( mlt_filter this );