[MPlayer-cvslog] r33147 - trunk/cfg-mplayer.h

reimar subversion at mplayerhq.hu
Tue Mar 29 21:38:39 CEST 2011


Author: reimar
Date: Tue Mar 29 21:38:39 2011
New Revision: 33147

Log:
Add dummy shuffle and noshuffle options so they appear in -list-options.

Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Tue Mar 29 14:59:30 2011	(r33146)
+++ trunk/cfg-mplayer.h	Tue Mar 29 21:38:39 2011	(r33147)
@@ -313,6 +313,8 @@ 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},
+    {"shuffle", NULL, CONF_TYPE_FLAG, CONF_NOCFG, 0, 0, NULL},
+    {"noshuffle", NULL, CONF_TYPE_FLAG, CONF_NOCFG, 0, 0, NULL},
 
     // a-v sync stuff:
     {"correct-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 0, 1, NULL},


More information about the MPlayer-cvslog mailing list