]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_field.h
Various documentation and copyright fixes and updates.
[mlt] / src / framework / mlt_field.h
index 839276eaf71b3c3ec9bdabab34b749711e63e8fd..a54db542a43c5366e09cde7d887c83d3a1a3caa3 100644 (file)
@@ -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 <charles.yates@pandora.be>
+/**
+ * \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 <charles.yates@pandora.be>
  *
  * 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