hi guys i get a segfault if i:
- create a new project - add two overlapping clips - add a composite transition, single keyframe with non-zero opacity - save file - reload file - play the transition this happens because there is no luma file specified by default, so the luma property of the transition is empty in the XML file. therefore, orig_bitmap is NULL at mlt:src/modules/core/transition_composite.c:743 in the call to scale_luma(). not sure what the right solution is. jb can you help? thanks ray
