Files
test/extern
Sybren A. Stüvel 122ba774e0 Fix T71621: VSE crashes when playing last frame of audio
Due to some floating point errors the last frame of a VSE audio strip can
cause integer overflow and crash Blender. This overflow was caused by a
cast from `int64_t` to `int` without prior check. The crash is fixed by
keeping the variable as `int64_t` for as long as possible.
2019-11-21 10:01:12 +01:00
..
2019-08-21 14:15:28 +02:00
2019-08-26 11:27:04 +02:00
2019-08-26 11:27:04 +02:00
2019-10-21 15:05:56 +11:00