No comments

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2919 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-11-15 18:18:35 +00:00
parent 2805c4bc2a
commit de1287e1dd
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ unsigned fillMultiBuffer( unsigned long vsize, unsigned nbuffs )
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);