summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_vo_standard.c
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2001-11-08 08:49:26 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2001-11-08 08:49:26 +0000
commit19f7c11677334b04cfadee6810ceb315e5cac33f (patch)
treebb8d6522f8d5e9c67be939597359fdbf7bd7492d /src/dxr3/dxr3_vo_standard.c
parent9b73270ff645abbeb18366ff4f2003504cf27521 (diff)
downloadxine-lib-19f7c11677334b04cfadee6810ceb315e5cac33f.tar.gz
xine-lib-19f7c11677334b04cfadee6810ceb315e5cac33f.tar.bz2
change dxr3_tvmode option to dxr3_vomode & dxr3_preferred_tvmode, overlay
users now have the ability to switch between tvout & overlay on-the-fly when started in overlay mode by hiding the vo window. small compiler warning fixes. CVS patchset: 997 CVS date: 2001/11/08 08:49:26
Diffstat (limited to 'src/dxr3/dxr3_vo_standard.c')
-rw-r--r--src/dxr3/dxr3_vo_standard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3_vo_standard.c b/src/dxr3/dxr3_vo_standard.c
index 0d5a19684..2c3c7c4ab 100644
--- a/src/dxr3/dxr3_vo_standard.c
+++ b/src/dxr3/dxr3_vo_standard.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: dxr3_vo_standard.c,v 1.2 2001/11/07 12:48:58 mlampard Exp $
+ * $Id: dxr3_vo_standard.c,v 1.3 2001/11/08 08:49:26 mlampard Exp $
*
*******************************************************************
* Dummy video out plugin for the dxr3. Is responsible for setting *
@@ -167,7 +167,7 @@ void dxr3_exit (vo_driver_t *this_gen)
dxr3_driver_t *this = (dxr3_driver_t *) this_gen;
- if(this->overlay_enabled)
+ if(this->overlay_enabled!=-1)
dxr3_overlay_set_mode(&this->overlay, EM8300_OVERLAY_MODE_OFF );
close(this->fd_control);
}