summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-21 12:43:15 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-28 00:55:06 -0800
commite76fda8594a7fa19888260c86d95396c5e799cad (patch)
tree43e766c7543bd24dcf6b253f8b039de0fed85675 /options/m_option.h
parentd6921678b916474bdd0eb20f95ad9a4dcd054afe (diff)
downloadmpv-e76fda8594a7fa19888260c86d95396c5e799cad.tar.bz2
mpv-e76fda8594a7fa19888260c86d95396c5e799cad.tar.xz
m_option: remove unneded compatibility features
Aliases that set old options are not needed anymore. Also extend the total size of the aliases array for one of the following commits.
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 726c080fa9..078e9248b9 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -147,7 +147,7 @@ struct m_obj_list {
bool (*get_desc)(struct m_obj_desc *dst, int index);
const char *description;
// Can be set to a NULL terminated array of aliases
- const char *aliases[4][5];
+ const char *aliases[5][2];
// Allow a trailing ",", which adds an entry with name=""
bool allow_trailer;
// Allow unknown entries, for which a dummy entry is inserted, and whose