mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: deprecate --stream-record
It's inadequate for most uses. There are better mechanisms.
This commit is contained in:
@@ -697,7 +697,8 @@ const m_option_t mp_opts[] = {
|
||||
OPT_STRING("screenshot-template", screenshot_template, 0),
|
||||
OPT_STRING("screenshot-directory", screenshot_directory, M_OPT_FILE),
|
||||
|
||||
OPT_STRING("record-file", record_file, M_OPT_FILE),
|
||||
OPT_STRING("record-file", record_file, M_OPT_FILE, .deprecation_message =
|
||||
"use --stream-record or the dump-cache command"),
|
||||
|
||||
OPT_SUBSTRUCT("", resample_opts, resample_conf, 0),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user