From f77515ebafb9fdfd177671b848211824e654206f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Sep 2018 21:41:52 +0200 Subject: stream_libarchive: remove base filename stuff Apparently this was so that when playing a video file from a .rar file, it would load external subtitles with the same name (instead of looking for mpv's rar:// mangled URL). This was requested on github almost 5 years ago. Seems like a weird feature, and I don't care. Drop it, because it complicates some in progress change. --- stream/stream.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index 589e6b35cc..c423d70096 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -54,9 +54,6 @@ enum stream_ctrl { // stream_memory.c STREAM_CTRL_SET_CONTENTS, - // stream_libarchive.c - STREAM_CTRL_GET_BASE_FILENAME, - // Certain network protocols STREAM_CTRL_AVSEEK, STREAM_CTRL_HAS_AVSEEK, -- cgit v1.2.3