[Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.15,1.16
Ville Syrjälä CVS
syncmail at mplayerhq.hu
Sun Apr 25 15:55:56 CEST 2004
CVS change done by Ville Syrjälä CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv14435
Modified Files:
vo_dfbmga.c
Log Message:
Fixed CRTC2 surface size message.
Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vo_dfbmga.c 22 Feb 2004 15:27:15 -0000 1.15
+++ vo_dfbmga.c 25 Apr 2004 13:55:54 -0000 1.16
@@ -727,7 +727,7 @@
mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 using %s buffering\n",
dlc.buffermode == DLBM_TRIPLE ? "triple" :
dlc.buffermode == DLBM_BACKVIDEO ? "double" : "single" );
- mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 surface %dx%d %s\n", dlc.width, dlc.height, pixelformat_name( dlc.pixelformat ) );
+ mp_msg( MSGT_VO, MSGL_INFO, "vo_dfbmga: CRTC2 surface %dx%d %s\n", screen_width, screen_height, pixelformat_name( dlc.pixelformat ) );
} else {
use_spic = 0;
}
More information about the MPlayer-cvslog
mailing list