From 019f95cf992419228a89d5dd8d9897e8862a07a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 22 Mar 2020 13:09:34 +0100 Subject: encode: deprecate encoding mode While I'd like to keep it, I'm apparently the maintainer now, and I have no idea what the heck some of this code does, so it's deprecated. --- common/encode_lavc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/encode_lavc.c') diff --git a/common/encode_lavc.c b/common/encode_lavc.c index f798a7007a..4d435a11ca 100644 --- a/common/encode_lavc.c +++ b/common/encode_lavc.c @@ -77,7 +77,8 @@ struct mux_stream { #define OPT_BASE_STRUCT struct encode_opts const struct m_sub_options encode_config = { .opts = (const m_option_t[]) { - {"o", OPT_STRING(file), .flags = CONF_NOCFG | CONF_PRE_PARSE | M_OPT_FILE}, + {"o", OPT_STRING(file), .flags = CONF_NOCFG | CONF_PRE_PARSE | M_OPT_FILE, + .deprecation_message = "lack of maintainer"}, {"of", OPT_STRING(format)}, {"ofopts", OPT_KEYVALUELIST(fopts), .flags = M_OPT_HAVE_HELP}, {"ovc", OPT_STRING(vcodec)}, -- cgit v1.2.3