options: deprecate --stream-record

It's inadequate for most uses. There are better mechanisms.
This commit is contained in:
wm4
2019-07-13 15:41:42 +02:00
parent ad20f808af
commit 2f5dbaa832
4 changed files with 39 additions and 22 deletions

View File

@@ -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),