X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_field.h;h=e32062f1c1c6ae1c4fa1c13daf8c55886b737da1;hb=1c6107cc1bf167db12f2f5328cf091a33033e2a6;hp=839276eaf71b3c3ec9bdabab34b749711e63e8fd;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/framework/mlt_field.h b/src/framework/mlt_field.h index 839276e..e32062f 100644 --- a/src/framework/mlt_field.h +++ b/src/framework/mlt_field.h @@ -1,7 +1,9 @@ -/* - * mlt_field.h -- A field for planting multiple transitions and services - * Copyright (C) 2003-2004 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt_field.h + * \brief a field for planting multiple transitions and services + * + * Copyright (C) 2003-2008 Ushodaya Enterprises Limited + * \author Charles Yates * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -32,6 +34,7 @@ extern mlt_properties mlt_field_properties( mlt_field self ); extern int mlt_field_plant_filter( mlt_field self, mlt_filter that, int track ); extern int mlt_field_plant_transition( mlt_field self, mlt_transition that, int a_track, int b_track ); extern void mlt_field_close( mlt_field self ); +extern void mlt_field_disconnect_service( mlt_field self, mlt_service service ); #endif