mirror of https://github.com/FFmpeg/FFmpeg.git
In 45bfe8b838
, short_seek_threshold was removed
from the public AVIO struct. Although this option was private and not intended
to be used by public API users, it was nonetheless, because it provided functionality
that could otherwise not be gained via public API.
This was especially important for networked I/O like HTTP, where the internal
size for lavf could be way to small depending on the specifics of a user's
usecase, such as reading interlavd media files from cloud storage.
Add an AVOption to make this functionality accessible to the HTTP client.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
pull/374/head
parent
71fa14787b
commit
a35101aae3
2 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue