mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream_libarchive: mark as needing cache
Seeking back can be excessively slow with most formats, so it'll benefit from this.
This commit is contained in:
@@ -505,6 +505,7 @@ static int archive_entry_open(stream_t *stream)
|
||||
}
|
||||
stream->close = archive_entry_close;
|
||||
stream->control = archive_entry_control;
|
||||
stream->streaming = true;
|
||||
|
||||
return STREAM_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user