summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
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.h
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.h')
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 2b91d43bfd..589e6b35cc 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -54,7 +54,7 @@ enum stream_ctrl {
// stream_memory.c
STREAM_CTRL_SET_CONTENTS,
- // stream_rar.c
+ // stream_libarchive.c
STREAM_CTRL_GET_BASE_FILENAME,
// Certain network protocols