X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_properties.h;h=d6060a03d0d2f6b9047a2694e755a302dde26dd6;hb=34caefec7aa0334f38a649838cf3ab9db7388b27;hp=6a043091f1226d59142a4fe471314a098e5559bb;hpb=2a800ec4c840132c7a629b764b673dce09771637;p=melted diff --git a/src/framework/mlt_properties.h b/src/framework/mlt_properties.h index 6a04309..d6060a0 100644 --- a/src/framework/mlt_properties.h +++ b/src/framework/mlt_properties.h @@ -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 );