Re: [Mlt-devel] Crash on wrong transition track

2016-01-13 Thread Dan Dennedy
Thanks, jb. This is fixed now. On Sun, Jan 10, 2016 at 11:17 AM jb wrote: > Hi, > > Following a bug report, I just noticed we can crash MLT by simply passing > an > invalid transition track. Of course we are not supposed to provide invalid > data, but I guess it would be better if MLT didn't cra

[Mlt-devel] Crash on wrong transition track

2016-01-10 Thread jb
Hi, Following a bug report, I just noticed we can crash MLT by simply passing an invalid transition track. Of course we are not supposed to provide invalid data, but I guess it would be better if MLT didn't crash on this: melt color:red -track color:blue -transition affine a_track=-1 b_track=1