options: remove some deprecated OPT_REPLACED option mapping

These were all deprecated in mpv 0.37.0 or earlier and are not
considered common enough options to warrant keeping the deprecated
mapping longer. Since demux_cue had only a single option in it, the
entire option substract is removed. This can be readded later if someone
wants to introduce a specific option to it again.
This commit is contained in:
Dudemanguy
2024-06-18 11:39:43 -05:00
parent 7eec246d56
commit 6e3d90d72a
7 changed files with 7 additions and 16 deletions

View File

@@ -132,7 +132,6 @@ const struct m_sub_options dec_wrapper_conf = {
M_RANGE(0, M_MAX_MEM_BYTES)},
{"audio-reversal-buffer", OPT_BYTE_SIZE(audio_reverse_size),
M_RANGE(0, M_MAX_MEM_BYTES)},
{"fps", OPT_REPLACED("container-fps-override")},
{0}
},
.size = sizeof(struct dec_wrapper_opts),