diff options
author | syrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 18:00:12 +0000 |
---|---|---|
committer | syrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 18:00:12 +0000 |
commit | 36e5a58db23338cc96ca1dd5577eef3f999e9c86 (patch) | |
tree | 2fa6a4c93a131325c153e9a311f08100708a7c85 | |
parent | 2e45172c98d04cf13e631726b360e5bcf5b296a4 (diff) |
Don't use flicker filtering.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12981 b3059339-0415-0410-9bf9-f77b7e298cf2
-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) { |