]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.h
fezzik gets a rhyming dictionary
[mlt] / src / framework / mlt_properties.h
index 6a043091f1226d59142a4fe471314a098e5559bb..d6060a03d0d2f6b9047a2694e755a302dde26dd6 100644 (file)
@@ -39,6 +39,7 @@ struct mlt_properties_s
 
 extern int mlt_properties_init( mlt_properties, void *child );
 extern mlt_properties mlt_properties_new( );
+extern mlt_properties mlt_properties_load( char *file );
 extern void mlt_properties_mirror( mlt_properties this, mlt_properties that );
 extern int mlt_properties_inherit( mlt_properties this, mlt_properties that );
 extern int mlt_properties_pass( mlt_properties this, mlt_properties that, char *prefix );