Crash when reopening project in which one of the files on disk has been...
Non-linear video editor targeted for home video editing.
Brought to you by:
epra
Create project.
Trim one of the clips at the beginning (trim away > 10s)
Save.
Edit the underlying file for the trimmed clip (make it smaller than 10s).
Reopen project.
Crash
(getMaxAdjustEnd assert fails, because the offsetin the clip is now larger than the underlying data)
Diff:
Original bug
See also this attachment: a lot of the file length in the metadatacache are 1 longer than the length as read on disk. This causes a crash when selecting 'details' for the fourth clip: getmaxadjustend fails (renderlength < length of clip)