changeset 5431:013458752947

disabling direct rendering by default (too buggy and conflicts with osd/sub)
author arpi
date Sun, 31 Mar 2002 20:38:56 +0000
parents 779ebb242aec
children 0c5025974a83
files libvo/video_out.c libvo/video_out.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.c	Sun Mar 31 20:27:52 2002 +0000
+++ b/libvo/video_out.c	Sun Mar 31 20:38:56 2002 +0000
@@ -59,7 +59,7 @@
 float vo_fps=0; // for mp1e rte
 
 char *vo_subdevice = NULL;
-int vo_directrendering=1;
+int vo_directrendering=0;
 /****************************************
 *	GAMMA CORRECTION		*
 ****************************************/
--- a/libvo/video_out.h	Sun Mar 31 20:27:52 2002 +0000
+++ b/libvo/video_out.h	Sun Mar 31 20:38:56 2002 +0000
@@ -208,6 +208,7 @@
 extern int vo_old_height;
 
 extern int vo_doublebuffering;
+extern int vo_directrendering;
 extern int vo_vsync;
 extern int vo_fs;
 extern int vo_fsmode;