summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorsyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-09 18:00:12 +0000
committersyrjala <syrjala@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-09 18:00:12 +0000
commit36e5a58db23338cc96ca1dd5577eef3f999e9c86 (patch)
tree2fa6a4c93a131325c153e9a311f08100708a7c85 /libvo
parent2e45172c98d04cf13e631726b360e5bcf5b296a4 (diff)
downloadmpv-36e5a58db23338cc96ca1dd5577eef3f999e9c86.tar.bz2
mpv-36e5a58db23338cc96ca1dd5577eef3f999e9c86.tar.xz
Don't use flicker filtering.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dfbmga.c2
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) {