Add get_monotonic_batch(...)
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
The current `get_batch(...)` does all sorts of de-duplication and will seek anywhere needed. I wonder if it would be useful for people who need to get almost successive frames (e.g. own-keyframes [not video format keyframes] known beforehand or frames with a frameskip) to have a `get_batch(...)` specialized for this access pattern.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.