X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFrame.h;h=030ae0d979600f16ea823b607c4d803957b799c6;hb=3e2991e189a71045210d8c97458c452d6c2f02da;hp=f54fd44e30c138b8a173fb50f7446d689dd069c4;hpb=0caa0a91b0971439dfe00d0ed9bc05992b7dd609;p=melted diff --git a/mlt++/src/MltFrame.h b/mlt++/src/MltFrame.h index f54fd44..030ae0d 100644 --- a/mlt++/src/MltFrame.h +++ b/mlt++/src/MltFrame.h @@ -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( ); }; }