From a25b3d61a1c4b98183f7660bc3249321c13093d3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 17:31:24 +0200 Subject: 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. --- stream/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream.h') 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 -- cgit v1.2.3