Added cut related methods
[melted] / mlt++ / src / MltFrame.h
index f54fd44..030ae0d 100644 (file)
@@ -27,6 +27,7 @@
 namespace Mlt
 {
        class Properties;
+       class Producer;
 
        class Frame : public Properties
        {
@@ -42,6 +43,7 @@ namespace Mlt
                        unsigned char *fetch_image( mlt_image_format format, int w, int h, int writable = 0 );
                        int16_t *get_audio( mlt_audio_format &format, int &frequency, int &channels, int &samples );
                        unsigned char *get_waveform( int w, int h );
+                       Producer *get_original_producer( );
        };
 }