summaryrefslogtreecommitdiffstats
path: root/options/options.h
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.h
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.h')
-rw-r--r--options/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 576649e090..f820a0cbc0 100644
--- a/options/options.h
+++ b/options/options.h
@@ -201,7 +201,6 @@ typedef struct MPOpts {
bool untimed;
char *stream_dump;
- char *record_file;
bool stop_playback_on_init_failure;
int loop_times;
int loop_file;