X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Ftransition_luma.c;h=f5be459836fc8ee18cbb0ea50b9867572e218dda;hb=41cbc901f138ce1ba5ed3cbde5942b91d2b803a0;hp=fa6d7c3b39d8a00188f48ec09ed3271815e18eca;hpb=97ba4ff55eb0d455f32709b2cc9e3b03359eda95;p=melted diff --git a/src/modules/core/transition_luma.c b/src/modules/core/transition_luma.c index fa6d7c3..f5be459 100644 --- a/src/modules/core/transition_luma.c +++ b/src/modules/core/transition_luma.c @@ -352,12 +352,13 @@ static mlt_frame transition_process( mlt_transition transition, mlt_frame a_fram mlt_frame_push_frame( a_frame, b_frame ); /************************ AUDIO ***************************/ +#if 1 // Backup the original get_audio (it's still needed) mlt_properties_set_data( mlt_frame_properties( a_frame ), "get_audio", a_frame->get_audio, 0, NULL, NULL ); // Override the get_audio method a_frame->get_audio = transition_get_audio; - +#endif return a_frame; }