summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-13 17:31:24 +0200
committerwm4 <wm4@nowhere>2019-09-13 17:35:06 +0200
commita25b3d61a1c4b98183f7660bc3249321c13093d3 (patch)
tree53c9fad0ab4d3dbc93a17f61616992e2c21f4edb /stream/stream.c
parenta75b249b0b116b6ddc5c430f0a9974696361ebf9 (diff)
downloadmpv-a25b3d61a1c4b98183f7660bc3249321c13093d3.tar.bz2
mpv-a25b3d61a1c4b98183f7660bc3249321c13093d3.tar.xz
demux, stream: remove old rar support in favor of libarchive
The old rar code could do uncompressed rar, libarchive supports at least some rar compression algorithms. There is no need to keep the old rar code.
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 273ab06959..8068effc06 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -59,7 +59,6 @@ extern const stream_info_t stream_info_dvdnav;
extern const stream_info_t stream_info_bdmv_dir;
extern const stream_info_t stream_info_bluray;
extern const stream_info_t stream_info_bdnav;
-extern const stream_info_t stream_info_rar;
extern const stream_info_t stream_info_edl;
extern const stream_info_t stream_info_libarchive;
extern const stream_info_t stream_info_cb;
@@ -89,12 +88,10 @@ static const stream_info_t *const stream_list[] = {
#if HAVE_LIBARCHIVE
&stream_info_libarchive,
#endif
-
&stream_info_memory,
&stream_info_null,
&stream_info_mf,
&stream_info_edl,
- &stream_info_rar,
&stream_info_file,
&stream_info_cb,
NULL