Mercurial > mplayer.hg
changeset 25717:4eac26c41059
Make mp_properties const
author | reimar |
---|---|
date | Sun, 13 Jan 2008 17:00:46 +0000 |
parents | fc8d4bd1689a |
children | 8eddf6a9af7f |
files | command.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/command.c Sun Jan 13 16:59:21 2008 +0000 +++ b/command.c Sun Jan 13 17:00:46 2008 +0000 @@ -1921,7 +1921,7 @@ /// All properties available in MPlayer. /** \ingroup Properties */ -static m_option_t mp_properties[] = { +static const m_option_t mp_properties[] = { // General { "osdlevel", mp_property_osdlevel, CONF_TYPE_INT, M_OPT_RANGE, 0, 3, NULL },