]> git.sesse.net Git - mlt/commitdiff
+ Activates the mixdown in the combine to allow audio sync'd with wipe (smooth rampin...
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 09:33:13 +0000 (09:33 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 23 Feb 2006 09:33:13 +0000 (09:33 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@890 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/vmfx/filter_shape.c

index ec302c6639bbe3120673d8ec86d2390133e5aa1c..e900e050339f517732b2e483468268c6e1581c67 100644 (file)
@@ -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 );
+                       }
                }
        }