X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.c;h=8a3de98c2cf3d083f8632aa3da9e2eae062251ed;hb=d33f444d4ef4c7bc4074d07a49eca0ab7d108394;hp=6723d2f1c0dcc7dc67a3179edd28a22c4b3be993;hpb=5dfa26cd3010e4e236acd82ad9ecfdd8238e707e;p=mlt diff --git a/src/framework/mlt_filter.c b/src/framework/mlt_filter.c index 6723d2f1..8a3de98c 100644 --- a/src/framework/mlt_filter.c +++ b/src/framework/mlt_filter.c @@ -182,7 +182,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; } }