X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_service.h;h=a2d71a5d9bf793b79dc53fe0caec3c75e5a47770;hb=d5338ba9fdcb7647c7484829f5424a70dbfbb53e;hp=5ea328c031a2e3db7313739c5970670d968bbff9;hpb=a2c29b04aabe82b14851b905fca993f9f471bc6b;p=melted diff --git a/src/framework/mlt_service.h b/src/framework/mlt_service.h index 5ea328c..a2d71a5 100644 --- a/src/framework/mlt_service.h +++ b/src/framework/mlt_service.h @@ -3,25 +3,26 @@ * Copyright (C) 2003-2004 Ushodaya Enterprises Limited * Author: Charles Yates * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with self program; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef _MLT_SERVICE_H_ #define _MLT_SERVICE_H_ #include "mlt_properties.h" +#include "mlt_profile.h" /** The interface definition for all services. */ @@ -59,6 +60,7 @@ extern int mlt_service_attach( mlt_service self, mlt_filter filter ); extern int mlt_service_detach( mlt_service self, mlt_filter filter ); extern void mlt_service_apply_filters( mlt_service self, mlt_frame frame, int index ); extern mlt_filter mlt_service_filter( mlt_service self, int index ); +extern mlt_profile mlt_service_profile( mlt_service self ); extern void mlt_service_close( mlt_service self );