[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.45,1.46
Nick Kurshev
nick at mplayer.dev.hu
Thu Nov 15 19:18:38 CET 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv32107/main/libvo
Modified Files:
vo_vesa.c
Log Message:
No comments
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- vo_vesa.c 15 Nov 2001 16:45:26 -0000 1.45
+++ vo_vesa.c 15 Nov 2001 18:18:35 -0000 1.46
@@ -493,7 +493,7 @@
screen_size = video_mode_info.XResolution*video_mode_info.YResolution*((video_mode_info.BitsPerPixel+7)/8);
if(screen_size%64) screen_size=((screen_size/64)*64)+64;
total = vsize / screen_size;
- if(verbose) printf("vo_vesa: Can use %u video buffers\n",total);
+ if(verbose) printf("vo_vesa: Can use up to %u video buffers\n",total);
i = 0;
offset = 0;
total = min(total,nbuffs);
More information about the MPlayer-cvslog
mailing list