[Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.16,1.17
Ville Syrjälä CVS
syncmail at mplayerhq.hu
Mon Aug 9 20:00:14 CEST 2004
CVS change done by Ville Syrjälä CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21429
Modified Files:
vo_dfbmga.c
Log Message:
Don't use flicker filtering.
Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vo_dfbmga.c 25 Apr 2004 13:55:54 -0000 1.16
+++ vo_dfbmga.c 9 Aug 2004 18:00:12 -0000 1.17
@@ -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) {
More information about the MPlayer-cvslog
mailing list