MltProducer.{h,cpp}, swig/mltpp.i: add method Producer::get_frame.
[melted] / mlt++ / src / MltProducer.h
index 09a4977..b1b8172 100644 (file)
@@ -32,6 +32,7 @@ namespace Mlt
        class Service;
        class Filter;
        class Profile;
+       class Frame;
 
        class MLTPP_DECLSPEC Producer : public Service
        {
@@ -67,6 +68,7 @@ namespace Mlt
                        bool same_clip( Producer &that );
                        bool runs_into( Producer &that );
                        void optimise( );
+                       Frame* get_frame( int index = 0 );
        };
 }