X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.h;h=cf86fbac04fc0f9df7c1d4289bb25f68242a20ef;hb=8cf0f77981284b7549c811b67283eb73d0c520d6;hp=7b23aed0ffdc62e9d77df201f3788a56eef83798;hpb=fa0d65478efe5d80e0affa58095109800a5cba71;p=melted diff --git a/src/framework/mlt_frame.h b/src/framework/mlt_frame.h index 7b23aed..cf86fba 100644 --- a/src/framework/mlt_frame.h +++ b/src/framework/mlt_frame.h @@ -51,6 +51,7 @@ extern int mlt_frame_set_position( mlt_frame self, mlt_position value ); extern int mlt_frame_get_image( mlt_frame self, uint8_t **buffer, mlt_image_format *format, int *width, int *height, int writable ); extern uint8_t *mlt_frame_get_alpha_mask( mlt_frame self ); extern int mlt_frame_get_audio( mlt_frame self, int16_t **buffer, mlt_audio_format *format, int *frequency, int *channels, int *samples ); +extern unsigned char *mlt_frame_get_waveform( mlt_frame self, int w, int h ); extern int mlt_frame_push_get_image( mlt_frame self, mlt_get_image get_image ); extern mlt_get_image mlt_frame_pop_get_image( mlt_frame self ); extern int mlt_frame_push_frame( mlt_frame self, mlt_frame that ); @@ -96,4 +97,3 @@ extern int mlt_sample_calculator( float fps, int frequency, int64_t position ); v = v > 240 ? 240 : v #endif -