changeset 12980:4cffd6585cd3

Don't use flicker filtering.
author syrjala
date Mon, 09 Aug 2004 18:00:12 +0000
parents 6f18105c058a
children a0654c0e4202
files libvo/vo_dfbmga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Mon Aug 09 15:53:10 2004 +0000
+++ b/libvo/vo_dfbmga.c	Mon Aug 09 18:00:12 2004 +0000
@@ -631,7 +631,7 @@
      if (use_crtc2) {
           dlc.flags      = DLCONF_PIXELFORMAT | DLCONF_BUFFERMODE | DLCONF_OPTIONS;
           dlc.buffermode = buffermode;
-          dlc.options    = DLOP_FLICKER_FILTERING;
+          dlc.options    = DLOP_NONE;
 
 #if DIRECTFBVERSION > 916
           if (field_parity != -1) {