[MPlayer-cvslog] r33148 - trunk/cfg-mplayer.h
reimar
subversion at mplayerhq.hu
Tue Mar 29 21:42:05 CEST 2011
Author: reimar
Date: Tue Mar 29 21:42:05 2011
New Revision: 33148
Log:
playlist option can't be used in a config file.
Modified:
trunk/cfg-mplayer.h
Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h Tue Mar 29 21:38:39 2011 (r33147)
+++ trunk/cfg-mplayer.h Tue Mar 29 21:42:05 2011 (r33148)
@@ -312,7 +312,7 @@ const m_option_t mplayer_opts[]={
{"noloop", &mpctx_s.loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL},
{"loop", &mpctx_s.loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL},
- {"playlist", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ {"playlist", NULL, CONF_TYPE_STRING, CONF_NOCFG, 0, 0, NULL},
{"shuffle", NULL, CONF_TYPE_FLAG, CONF_NOCFG, 0, 0, NULL},
{"noshuffle", NULL, CONF_TYPE_FLAG, CONF_NOCFG, 0, 0, NULL},
More information about the MPlayer-cvslog
mailing list