Blender Git Commit Log
Git Commits -> Revision 122ba77
Revision 122ba77 by Sybren A. Stüvel (master) November 21, 2019, 09:01 (GMT) |
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. |
Commit Details:
Full Hash: 122ba774e024bca0819bbaa56cdfa3c47dd49f0a
Parent Commit: ba1e9ae
Lines Changed: +2, -2
1 Modified Path:
/extern/audaspace/plugins/ffmpeg/FFMPEGReader.cpp (+2, -2) (Diff)