X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_field.h;h=d5b0c205d3768a8b159a82cecba6950ef133b463;hb=4fcb6720ea4c619f8ba57e919b7202c77e6041f9;hp=839276eaf71b3c3ec9bdabab34b749711e63e8fd;hpb=72d9d2b1c07794c6255ed08253236305f9b6640e;p=melted diff --git a/src/framework/mlt_field.h b/src/framework/mlt_field.h index 839276e..d5b0c20 100644 --- a/src/framework/mlt_field.h +++ b/src/framework/mlt_field.h @@ -32,6 +32,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