]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.h
Presets!
[mlt] / src / framework / mlt_properties.h
index 55f9b0d6b49da0483a51dbe82ea5c493d130a0e6..5e17b15087906dcfbc3ea92abb034d950730ec26 100644 (file)
@@ -48,6 +48,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( const char *file );
+extern int mlt_properties_preset( mlt_properties self, const char *name );
 extern int mlt_properties_inc_ref( mlt_properties self );
 extern int mlt_properties_dec_ref( mlt_properties self );
 extern int mlt_properties_ref_count( mlt_properties self );