# HG changeset patch # User arpi # Date 1017607136 0 # Node ID 013458752947eb84c1d80659795a810a2d336cda # Parent 779ebb242aecbf6bd5826bf909159eaaeb789c0e disabling direct rendering by default (too buggy and conflicts with osd/sub) diff -r 779ebb242aec -r 013458752947 libvo/video_out.c --- 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 * ****************************************/ diff -r 779ebb242aec -r 013458752947 libvo/video_out.h --- 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;