mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user