From 2f5dbaa8320ac1497cd3a77867ac8826ca3fd3c2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 13 Jul 2019 15:41:42 +0200 Subject: options: deprecate --stream-record It's inadequate for most uses. There are better mechanisms. --- options/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index c5812f93f8..b775c23307 100644 --- a/options/options.c +++ b/options/options.c @@ -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), -- cgit v1.2.3