[MPlayer-cvslog] r25745 - trunk/command.c

reimar subversion at mplayerhq.hu
Sun Jan 13 18:00:47 CET 2008


Author: reimar
Date: Sun Jan 13 18:00:46 2008
New Revision: 25745

Log:
Make mp_properties const


Modified:
   trunk/command.c

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Sun Jan 13 18:00:46 2008
@@ -1921,7 +1921,7 @@ static int mp_property_teletext_page(m_o
 /// 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 },



More information about the MPlayer-cvslog mailing list