summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-25 04:27:39 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-25 04:27:39 +0000
commit920d0153359f96350666b5e7b92ecc919825368c (patch)
tree10eb06142e7809aed0b8cc7af16235f4211a44d1 /cfg-mplayer.h
parent95a0de994a85355e355f94a3ab23ad128d0fc235 (diff)
downloadmpv-920d0153359f96350666b5e7b92ecc919825368c.tar.bz2
mpv-920d0153359f96350666b5e7b92ecc919825368c.tar.xz
new option: -font
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@213 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 0f14e3cafc..5b21dba2c4 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -10,6 +10,7 @@ struct config conf[]={
{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
{"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
{"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
+ {"font", &font_name, CONF_TYPE_STRING, 0, 0, 0},
{"bg", &play_in_bg, CONF_TYPE_FLAG, 0, 0, 1},
{"nobg", &play_in_bg, CONF_TYPE_FLAG, 0, 1, 0},
{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},