X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltProducer.h;h=7b28e94db4379c43064c978d9d9cf37095833361;hb=3e54b5c2dc70cad4d4e039f9d20db6c2472f556d;hp=09a4977564c7f57d59803482ca3cacee2abee041;hpb=2085323abc65a3325b4e9f1a9733dcf126756862;p=melted diff --git a/mlt++/src/MltProducer.h b/mlt++/src/MltProducer.h index 09a4977..7b28e94 100644 --- a/mlt++/src/MltProducer.h +++ b/mlt++/src/MltProducer.h @@ -32,6 +32,7 @@ namespace Mlt class Service; class Filter; class Profile; + class Frame; class MLTPP_DECLSPEC Producer : public Service { @@ -40,7 +41,7 @@ namespace Mlt Producer *parent_; public: Producer( ); - Producer( Profile& profile, char *id, char *service = NULL ); + Producer( Profile& profile, const char *id, const char *service = NULL ); Producer( Service &producer ); Producer( mlt_producer producer ); Producer( Producer &producer );