Blender Git Commit Log
Git Commits -> Revision 6fe2d6b
Revision 6fe2d6b by Richard Antalik (master) April 1, 2021, 08:45 (GMT) |
Fix freezed proxy frames `ffmpeg_generic_seek_workaround()` applied negative offset for seqrched packet timestamp, but proxies always start from 0 and timestamp can be negative. Limit timestamp value to 0, because `av_seek_frame()` doesn't accept negative timestamps and returns with error. This prevents seeking from working correctly. |
Commit Details:
Full Hash: 6fe2d6b8c8ebd9566d27b92a890cc4fc1e7d5d1e
Parent Commit: a9fc5be
Lines Changed: +1, -0
1 Modified Path:
/source/blender/imbuf/intern/anim_movie.c (+1, -0) (Diff)