https://bugs.kde.org/show_bug.cgi?id=440065
--- Comment #2 from Mitten Orvan <mitte...@gmail.com> --- Okay, I managed to debug it with a mlt and kdenlive from their masters. (This failed before, because I was missing the libxml dependency for mlt, which caused project loading to crash when the consumer "xml:kdenlive_playlist" didn't initialize properly.) Anyways, in master it only crashed when I tried to actually play the timeline. The crash occurred at libmltavformat.so!producer_get_image(mlt_frame frame, uint8_t ** buffer, mlt_image_format * format, int * width, int * height, int writable) (/home/keski/code/others/mlt/src/modules/avformat/producer_avformat.c:1903), when calling avcodec_send_packet. It crashes inside libavcodec.so, so I am not at the bottom of this yet. The context and pkt given as parameters are not obviously invalid to a layman's eyes. I'll add an attachment with the call stack and info on the parameters that caused the call to avcodec_send_packet to crash. -- You are receiving this mail because: You are watching all bug changes.