diff options
-rw-r--r-- | libvo/vo_dfbmga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c index c4f818ba22..1d6f9319a7 100644 --- a/libvo/vo_dfbmga.c +++ b/libvo/vo_dfbmga.c @@ -631,7 +631,7 @@ config( uint32_t width, uint32_t height, 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) { |