X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltFrame.h;h=f54fd44e30c138b8a173fb50f7446d689dd069c4;hb=0737f19add6d02cc1a040f2c72a22abd05a27eac;hp=7cd28544102237d38a799e60356047b27fdbd5cf;hpb=8283ca2eb4e3b523e04a46578a19a985d3b2af3c;p=melted diff --git a/mlt++/src/MltFrame.h b/mlt++/src/MltFrame.h index 7cd2854..f54fd44 100644 --- a/mlt++/src/MltFrame.h +++ b/mlt++/src/MltFrame.h @@ -41,6 +41,7 @@ namespace Mlt uint8_t *get_image( mlt_image_format &format, int &w, int &h, int writable = 0 ); 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 ); }; }