Constness changes
[melted] / mlt++ / src / MltProducer.h
index b1b8172..7b28e94 100644 (file)
@@ -41,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 );
@@ -68,7 +68,6 @@ namespace Mlt
                        bool same_clip( Producer &that );
                        bool runs_into( Producer &that );
                        void optimise( );
-                       Frame* get_frame( int index = 0 );
        };
 }