X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_property.h;h=51a8f4119c3df5a289a78bb3028a69e15e85cb88;hb=161d5c65021c21fff45ad6e8458bdee36c9d61a3;hp=96287d401f88b5603cca85b87bc72a6bad6c8639;hpb=fa0d65478efe5d80e0affa58095109800a5cba71;p=melted diff --git a/src/framework/mlt_property.h b/src/framework/mlt_property.h index 96287d4..51a8f41 100644 --- a/src/framework/mlt_property.h +++ b/src/framework/mlt_property.h @@ -71,7 +71,7 @@ extern int mlt_property_set_int( mlt_property self, int value ); extern int mlt_property_set_double( mlt_property self, double value ); extern int mlt_property_set_position( mlt_property self, mlt_position value ); extern int mlt_property_set_uint64( mlt_property self, uint64_t value ); -extern int mlt_property_set_string( mlt_property self, char *value ); +extern int mlt_property_set_string( mlt_property self, const char *value ); extern int mlt_property_set_data( mlt_property self, void *value, int length, mlt_destructor destructor, mlt_serialiser serialiser ); extern int mlt_property_get_int( mlt_property self ); extern double mlt_property_get_double( mlt_property self );