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-04-01 11:30:22 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-04-01 11:45:53 +0300
commit6fe2d6b8c8ebd9566d27b92a890cc4fc1e7d5d1e (patch)
tree88f63b15174d5235c788433a9c574eb9370283ea /source/blender/editors/space_action
parenta9fc5be5fa4cad5b12dfbed8ef3babaada96ab2a (diff)
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.
Diffstat (limited to 'source/blender/editors/space_action')
0 files changed, 0 insertions, 0 deletions