X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_field.h;h=a54db542a43c5366e09cde7d887c83d3a1a3caa3;hb=a21d72f3cb13944a0949b6ecd61844c26c7bd291;hp=839276eaf71b3c3ec9bdabab34b749711e63e8fd;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/framework/mlt_field.h b/src/framework/mlt_field.h index 839276e..a54db54 100644 --- a/src/framework/mlt_field.h +++ b/src/framework/mlt_field.h @@ -1,7 +1,10 @@ -/* - * 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 + * \see mlt_field_s + * + * Copyright (C) 2003-2009 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 +35,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