X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFilter.h;h=0682210a685efbaff8e64688103caa294ab82b9b;hb=1e779c37ceeceadaeb9733966d6cdda6a5b11358;hp=cdf574a1607fd968d66b69c50a3212735260430d;hpb=96f33fa9a85baf3b53d1a6961a70bb6f123fa11a;p=melted diff --git a/mlt++/src/MltFilter.h b/mlt++/src/MltFilter.h index cdf574a..0682210 100644 --- a/mlt++/src/MltFilter.h +++ b/mlt++/src/MltFilter.h @@ -42,9 +42,9 @@ namespace Mlt virtual mlt_filter get_filter( ); mlt_service get_service( ); int connect( Service &service, int index = 0 ); - void set_in_and_out( mlt_position in, mlt_position out ); - mlt_position get_in( ); - mlt_position get_out( ); + void set_in_and_out( int in, int out ); + int get_in( ); + int get_out( ); int get_track( ); }; }