changeset 33060:e3a63f1cdd24

Add dummy shuffle and noshuffle options so they appear in -list-options.
author reimar
date Tue, 29 Mar 2011 19:38:39 +0000
parents 492520edebad
children 469a2b80a57a
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Tue Mar 29 12:59:30 2011 +0000
+++ b/cfg-mplayer.h	Tue Mar 29 19:38:39 2011 +0000
@@ -313,6 +313,8 @@
     {"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},