summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-13 16:48:52 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-13 16:48:52 +0000
commit2810b67b3523ade20e841066205722a9c9e34963 (patch)
tree304f6c23a4dcbfef8d3be7ce8d58302648245fe8 /cfg-mplayer.h
parent89af98f42bd820caeed3b26e92faf97257d49e89 (diff)
downloadmpv-2810b67b3523ade20e841066205722a9c9e34963.tar.bz2
mpv-2810b67b3523ade20e841066205722a9c9e34963.tar.xz
move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12022 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 11844abfdd..995eb80acd 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -292,10 +292,8 @@ m_option_t mplayer_opts[]={
{"grabpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nograbpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 1, 0, NULL},
-#ifdef HAVE_DIRECTX
- {"adapter", &adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
- {"refreshrate",&refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
-#endif
+ {"adapter", &vo_adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
+ {"refreshrate",&vo_refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
#ifdef HAVE_X11
// x11,xv,xmga,xvidix
{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},