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:
wm4 2018-04-15 08:57:00 +02:00 committed by Jan Ekström
parent fdb39f313b
commit 987eecdb5a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}