X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.c;h=0b4b03f690539db3ba4f0a3725edc2684f16b0b1;hb=ec7f7d58e000242e918c2ae2cebd172bffe6e9d4;hp=6e39e7971a04185e5e4b5abfe4d52b30d8b7117b;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_filter.c b/src/framework/mlt_filter.c index 6e39e79..0b4b03f 100644 --- a/src/framework/mlt_filter.c +++ b/src/framework/mlt_filter.c @@ -48,6 +48,7 @@ int mlt_filter_init( mlt_filter this, void *child ) mlt_properties_set_position( properties, "in", 0 ); mlt_properties_set_position( properties, "out", 0 ); mlt_properties_set_int( properties, "track", 0 ); + mlt_properties_set( properties, "resource", "" ); return 0; }