summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demux/demux.c3
1 files changed, 2 insertions, 1 deletions
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),