summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 22:56:17 -0500
committerDudemanguy <random342@airmail.cc>2023-09-21 16:06:29 +0000
commitfb46666395d4b2693365db69d34e6080cfbf06dc (patch)
tree59cd068102e3292a8872ea1ea0a8dc9af6a66df6 /options/options.c
parent1b68c5d22f7495f23ea1dce20852390c26907c5a (diff)
downloadmpv-fb46666395d4b2693365db69d34e6080cfbf06dc.tar.bz2
mpv-fb46666395d4b2693365db69d34e6080cfbf06dc.tar.xz
options: remove deprecated --record-file option
No wonder wm4 wanted to get rid of this. This option requires touching a bunch of crap in the core player code. --stream-record works perfectly fine and is a lot nicer so there's no need for this to exist anymore.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/options/options.c b/options/options.c
index 9667d666c9..f080657e00 100644
--- a/options/options.c
+++ b/options/options.c
@@ -784,9 +784,6 @@ static const m_option_t mp_opts[] = {
.flags = M_OPT_FILE},
{"screenshot-sw", OPT_BOOL(screenshot_sw)},
- {"record-file", OPT_STRING(record_file), .flags = M_OPT_FILE,
- .deprecation_message = "use --stream-record or the dump-cache command"},
-
{"", OPT_SUBSTRUCT(resample_opts, resample_conf)},
{"", OPT_SUBSTRUCT(input_opts, input_config)},