stream_extractor: archive: enable Control/Seek even if libarchive died
commit51824f14fdcbfb813cba667e432cb0df2b639776
authorFilip Roséen <filip@atch.se>
Wed, 25 Jul 2018 19:49:14 +0000 (25 21:49 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jul 2018 22:11:54 +0000 (26 00:11 +0200)
treed00e46e8c81b67d2e9e352c111cb6f1c44bf8084
parent3ecbbfac7d35b52599d295ac7f71c001e03f57b2
stream_extractor: archive: enable Control/Seek even if libarchive died

As we might be able to recover from a libarchive fatal error (by
resetting the handle to an appropriate state), there is no need for us
to disable controls completely.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/stream_extractor/archive.c