summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-09-07 21:41:52 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:04 +0200
commitf77515ebafb9fdfd177671b848211824e654206f (patch)
tree8bbc1adc712b6edb7d81e5b0d7f19a1e293e257b /stream/stream.h
parent0fa38121a6ce6baed277b17a1ca1e28f5978343f (diff)
downloadmpv-f77515ebafb9fdfd177671b848211824e654206f.tar.bz2
mpv-f77515ebafb9fdfd177671b848211824e654206f.tar.xz
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.
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h3
1 files changed, 0 insertions, 3 deletions
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,