]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_frame.h
added brightness filter, added smooth ramping to audio processing, added start/end...
[mlt] / src / framework / mlt_frame.h
index 9d0d4ee5cfea84b1727ca0abf67d0bbcda744828..ee11626a3a1c7937c2444e6381b2cdad117258f9 100644 (file)
@@ -91,7 +91,7 @@ extern int mlt_convert_yuv420p_to_yuv422( uint8_t *yuv420p, int width, int heigh
 extern uint8_t *mlt_frame_resize_yuv422( mlt_frame this, int owidth, int oheight );
 extern uint8_t *mlt_frame_rescale_yuv422( mlt_frame this, int owidth, int oheight );
 extern void mlt_resize_yuv422( uint8_t *output, int owidth, int oheight, uint8_t *input, int iwidth, int iheight );
-extern int mlt_frame_mix_audio( mlt_frame this, mlt_frame that, float weight, int16_t **buffer, mlt_audio_format *format, int *frequency, int *channels, int *samples  );
+extern int mlt_frame_mix_audio( mlt_frame this, mlt_frame that, float weight_start, float weight_end, int16_t **buffer, mlt_audio_format *format, int *frequency, int *channels, int *samples  );
 extern int mlt_sample_calculator( float fps, int frequency, int64_t position );
 
 #endif