X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvmfx%2Ffilter_shape.c;h=e900e050339f517732b2e483468268c6e1581c67;hb=4d10918ca2e6c0c3352242cd5ffbe24c54fe0e68;hp=ec302c6639bbe3120673d8ec86d2390133e5aa1c;hpb=41fffb7a1b11ad7dc05236043108d8edab1f6b91;p=melted diff --git a/src/modules/vmfx/filter_shape.c b/src/modules/vmfx/filter_shape.c index ec302c6..e900e05 100644 --- a/src/modules/vmfx/filter_shape.c +++ b/src/modules/vmfx/filter_shape.c @@ -199,7 +199,10 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) mlt_deque_push_back_double( MLT_FRAME_IMAGE_STACK( frame ), alpha_mix / 100.0 ); mlt_frame_push_get_image( frame, filter_get_image ); if ( mlt_properties_get_int( MLT_FILTER_PROPERTIES( this ), "audio_match" ) ) + { + mlt_properties_set_int( MLT_FRAME_PROPERTIES( frame ), "meta.mixdown", 1 ); mlt_properties_set_double( MLT_FRAME_PROPERTIES( frame ), "meta.volume", alpha_mix / 100.0 ); + } } }