[MPlayer-cvslog] r31885 - trunk/cfg-common.h

reimar subversion at mplayerhq.hu
Sun Aug 1 15:58:35 CEST 2010


Author: reimar
Date: Sun Aug  1 15:58:35 2010
New Revision: 31885

Log:
Also allow setting msglevel for MSGT_FIXME.

Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Sun Aug  1 15:53:04 2010	(r31884)
+++ trunk/cfg-common.h	Sun Aug  1 15:58:35 2010	(r31885)
@@ -238,6 +238,7 @@ const m_option_t msgl_config[]={
     { "identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
     { "ass", &mp_msg_levels[MSGT_ASS], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
     { "statusline", &mp_msg_levels[MSGT_STATUSLINE], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
+    { "fixme", &mp_msg_levels[MSGT_FIXME], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
     {"help", "Available msg modules:\n"
     "   global     - common player errors/information\n"
     "   cplayer    - console player (mplayer.c)\n"
@@ -283,6 +284,7 @@ const m_option_t msgl_config[]={
     "   identify   - identify output\n"
     "   ass        - libass messages\n"
     "   statusline - playback/encoding status line\n"
+    "   fixme      - messages not yet fixed to map to module\n"
     "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
     {NULL, NULL, 0, 0, 0, 0, NULL}
 


More information about the MPlayer-cvslog mailing list