From 2810b67b3523ade20e841066205722a9c9e34963 Mon Sep 17 00:00:00 2001 From: faust3 Date: Sat, 13 Mar 2004 16:48:52 +0000 Subject: 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 --- cfg-mplayer.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3