From f20dfef880d9dc80b02a4368ee743f8a764f52db Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Mar 2020 12:26:54 +0100 Subject: demux: mark recently added debug option as deprecated It was the intention to remove it again after a release or two; mark it was deprecated so nobody thinks it gets to stay. --- demux/demux.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demux/demux.c b/demux/demux.c index 98ad31dbe0..60fd54facf 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -137,7 +137,8 @@ const struct m_sub_options demux_conf = { OPT_DOUBLE("demuxer-backward-playback-step", back_seek_size, M_OPT_MIN, .min = 0), OPT_STRING("metadata-codepage", meta_cp, 0), - OPT_FLAG("demuxer-force-retry-on-eof", force_retry_eof, 0), + OPT_FLAG("demuxer-force-retry-on-eof", force_retry_eof, 0, + .deprecation_message = "temporary debug option, no replacement"), {0} }, .size = sizeof(struct demux_opts), -- cgit v1.2.3