X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_repository.h;h=5873d90900f5d08068af5eb9841af5fed40d1c4c;hb=984db4a3f9c364445f9a31f282f3614cf5e1e5af;hp=1487ec95d9996c01d4b7e07c17875fe2b0b6ab12;hpb=798c42620d0e5ca75150884270e7539d378649f3;p=melted diff --git a/src/framework/mlt_repository.h b/src/framework/mlt_repository.h index 1487ec9..5873d90 100644 --- a/src/framework/mlt_repository.h +++ b/src/framework/mlt_repository.h @@ -1,8 +1,10 @@ -/* - * repository.h -- provides a map between service and shared objects - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited - * Author: Charles Yates - * Contributor: Dan Dennedy +/** + * \file mlt_repository.h + * \brief provides a map between service and shared objects + * + * Copyright (C) 2003-2008 Ushodaya Enterprises Limited + * \author Charles Yates + * Dan Dennedy * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -54,7 +56,7 @@ typedef mlt_properties ( *mlt_metadata_callback )( mlt_service_type, const char extern mlt_repository mlt_repository_init( const char *directory ); extern void mlt_repository_register( mlt_repository self, mlt_service_type service_type, const char *service, mlt_register_callback ); -extern void *mlt_repository_create( mlt_repository self, mlt_profile profile, mlt_service_type type, const char *service, void *arg ); +extern void *mlt_repository_create( mlt_repository self, mlt_profile profile, mlt_service_type type, const char *service, void *arg ); extern void mlt_repository_close( mlt_repository self ); extern mlt_properties mlt_repository_consumers( mlt_repository self ); extern mlt_properties mlt_repository_filters( mlt_repository self );