summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 21:36:56 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 21:36:56 +0000
commita386709ec3cf1a41394c6a8567411598173d0d5c (patch)
tree64950dd50e63073d454c6c33b6cb0920ad53dda5 /cfg-mplayer.h
parent580faa2a962ea867a3dee80647094ceafd9739c7 (diff)
downloadmpv-a386709ec3cf1a41394c6a8567411598173d0d5c.tar.bz2
mpv-a386709ec3cf1a41394c6a8567411598173d0d5c.tar.xz
-fbdepth added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@364 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ddc96b67a4..6dc252cada 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -13,6 +13,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},
#endif
{"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
{"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},