This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/imbuf/intern
Richard Antalik 7faf5b0e02 Fix condition for ffmpeg seek workaround
This condition was in contradiction with comment for function
`ffmpeg_generic_seek_workaround()`.

I have noticed, that formats that seeked well used this workaround.
Problem was that I misunderstood code from `av_seek_frame()` - formats
with `read_seek()` function stil don't use generic seeking method.
This is defined in `seek_frame_internal()`
2021-04-01 11:30:11 +02:00
..
2021-02-05 16:23:34 +11:00
2020-12-09 16:29:11 +01:00
2020-09-14 17:59:21 +10:00
2020-09-14 17:59:21 +10:00
2021-03-26 12:43:46 +01:00
2021-02-05 16:23:34 +11:00
2021-01-29 11:07:58 +01:00
2021-03-29 15:01:09 +02:00
2020-11-12 11:35:31 +11:00
2021-02-05 16:23:34 +11:00