X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_factory.c;h=c9bdb11c7fc2dd63bb83617739682ea66a86ea1a;hb=7adc0cb10f3df24037ef573579d719f2e3cdf2a7;hp=bb7619d081eea0aca5a3a6948e61c6ea19604c9c;hpb=14cd5766946da2f7ffd1e3dcc88555b24f6d20a1;p=melted diff --git a/src/framework/mlt_factory.c b/src/framework/mlt_factory.c index bb7619d..c9bdb11 100644 --- a/src/framework/mlt_factory.c +++ b/src/framework/mlt_factory.c @@ -371,3 +371,8 @@ void mlt_factory_close( ) mlt_pool_close( ); } } + +mlt_properties mlt_global_properties( ) +{ + return global_properties; +}