+ SMP fix - geometry modifications need explicit locking
[melted] / src / framework / mlt_property.h
index 51a8f41..493839d 100644 (file)
@@ -81,5 +81,7 @@ extern char *mlt_property_get_string( mlt_property self );
 extern void *mlt_property_get_data( mlt_property self, int *length );
 extern void mlt_property_close( mlt_property self );
 
+extern void mlt_property_pass( mlt_property this, mlt_property that );
+
 #endif