Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-08-16 15:35:23 +0300
committerJeroen Bakker <jeroen@blender.org>2021-08-23 12:54:30 +0300
commite97a2c228ef546ec96c10d93b94063cba06ca0b8 (patch)
treef223bf7faea52777ad93c91fa1214e1e4f3dcae8 /source/blender/blenkernel
parentc634d859b216602d3d479966a5e48a433777ddce (diff)
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. Reviewed By: zeddb Differential Revision: https://developer.blender.org/D11888
Diffstat (limited to 'source/blender/blenkernel')
0 files changed, 0 insertions, 0 deletions