On vendredi, 28 février 2020 00.48:20 h CET you wrote: > I think the fix should be in transition_mix.c. How about > > --- src/modules/core/transition_mix.c > +++ src/modules/core/transition_mix.c > @@ -141,3 +141,3 @@ static int transition_get_audio( mlt_frame frame_a, > void **buffer, mlt_audio_for > // Prevent dividing by zero. > - if ( !channels_a || !channels_b ) > + if ( !channels_a || !channels_b || !buffer_a || !buffer_b ) > return 1;
Yes, fine for me and that would fix the problem. Thanks. Jean-Baptiste _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel