X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.c;h=3d814296ff70bf359dc0de8bb1df59e02b708b84;hb=cddee0085dfff8fc8600fe1940cccadbc024de9b;hp=6723d2f1c0dcc7dc67a3179edd28a22c4b3be993;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/framework/mlt_filter.c b/src/framework/mlt_filter.c index 6723d2f..3d81429 100644 --- a/src/framework/mlt_filter.c +++ b/src/framework/mlt_filter.c @@ -18,8 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "config.h" - #include "mlt_filter.h" #include "mlt_frame.h" @@ -182,7 +180,7 @@ static int filter_get_frame( mlt_service service, mlt_frame_ptr frame, int index } else { - *frame = mlt_frame_init( ); + *frame = mlt_frame_init( service ); return 0; } }