Blender Git Commit Log
Git Commits -> Revision bb9851f
Revision bb9851f by Richard Antalik August 16, 2021, 12:21 (GMT) |
Fix T87967: M2T video seeking is broken Bug caused by integer overflow in ffmpeg_generic_seek_workaround(). Function max_ii() was used to limit int_64tvalue. After fixing the issue there was another issue, where near-infinite loop was caused by requested_pos being very large and stream being cut in a way, that it was missing keyframe at beginning. This was fixed by checking if we are reading beyond file content. |
Commit Details:
Full Hash: bb9851f716098f61016d4e38c2509446236e5f68
Parent Commit: 525e8f0
Lines Changed: +7, -6
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+7, -6) (Diff)