1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/stream_extractor
Filip Roséen 00951ad009 se/archive: do not reset source position if dead
If the libarchive_exit_cb is called due to clean-up (because we are
dead), there is no point in seeking back to zero. It might even fail
if our source module reacts to vlc_killed (such as
stream_filter/cache_read).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2017-03-17 19:02:39 +01:00
..
archive.c se/archive: do not reset source position if dead 2017-03-17 19:02:39 +01:00
Makefile.am