]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_factory.c
mlt_cache.[hc], mlt_types.h, mlt_service.[hc], mlt_factory.[hc], mlt.h: add mlt_cache...
[mlt] / src / framework / mlt_factory.c
index bb7619d081eea0aca5a3a6948e61c6ea19604c9c..c9bdb11c7fc2dd63bb83617739682ea66a86ea1a 100644 (file)
@@ -371,3 +371,8 @@ void mlt_factory_close( )
                mlt_pool_close( );
        }
 }
+
+mlt_properties mlt_global_properties( )
+{
+       return global_properties;
+}