[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.51,1.52
Nick Kurshev
nick at mplayer.dev.hu
Sun Jan 6 11:58:14 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv20033/main/libvo
Modified Files:
vo_vesa.c
Log Message:
paint background on -v -v
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- vo_vesa.c 29 Nov 2001 20:19:17 -0000 1.51
+++ vo_vesa.c 6 Jan 2002 10:58:04 -0000 1.52
@@ -886,12 +886,12 @@
for(i=0;i<MAX_BUFFERS;i++)
{
win.ptr = dga_buffer = video_base + multi_buff[i];
- if(verbose) paintBkGnd();
+ if(verbose>1) paintBkGnd();
}
}
else
{
- if(verbose) paintBkGnd();
+ if(verbose>1) paintBkGnd();
{
int x;
x = (video_mode_info.XResolution/video_mode_info.XCharSize)/2-strlen(title)/2;
More information about the MPlayer-cvslog
mailing list