X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.h;h=20b119bdece133a32d3449b0e3ae67761118728a;hb=4a39b72c5ac8fd2dd6db81a95eab08adde0491b9;hp=6d87933372efdeda57552db0128908a27ea9a552;hpb=fa0d65478efe5d80e0affa58095109800a5cba71;p=melted diff --git a/src/framework/mlt_filter.h b/src/framework/mlt_filter.h index 6d87933..20b119b 100644 --- a/src/framework/mlt_filter.h +++ b/src/framework/mlt_filter.h @@ -37,9 +37,6 @@ struct mlt_filter_s // protected filter method mlt_frame ( *process )( mlt_filter, mlt_frame ); - // track and in/out points - mlt_service producer; - // Protected void *child; };