]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_repository.c
Constness changes
[mlt] / src / framework / mlt_repository.c
index d4241e2bacfab8976fcb5cdef4bbf20a4fa73b0c..c843ecb2f4d9cfeadd10006e81b573c347180c58 100644 (file)
@@ -208,7 +208,7 @@ static mlt_properties get_service_properties( mlt_repository this, mlt_service_t
  * \param input an optional argument to the service constructor
  */
 
-void *mlt_repository_create( mlt_repository this, mlt_profile profile, mlt_service_type type, const char *service, void *input )
+void *mlt_repository_create( mlt_repository this, mlt_profile profile, mlt_service_type type, const char *service, const void *input )
 {
        mlt_properties properties = get_service_properties( this, type, service );
        if ( properties != NULL )