summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 9b149a37b9..6b9d716cc4 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -22,7 +22,7 @@ struct config conf[]={
{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0},
{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0},
- {"fbdepth", &fb_mode_depth, CONF_TYPE_INT, CONF_RANGE, 15, 32},
+// {"fbdepth", &fb_mode_depth, CONF_TYPE_INT, CONF_RANGE, 15, 32},
#endif
{"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
{"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},