X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_filter.c;fp=src%2Fframework%2Fmlt_filter.c;h=0b4b03f690539db3ba4f0a3725edc2684f16b0b1;hb=1fd5d30c5326f73a3889e3bf4f377f96e551a6d1;hp=6e39e7971a04185e5e4b5abfe4d52b30d8b7117b;hpb=099b0b31dbf65f0ca03c52f1ed70933a3957d391;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; }