Mercurial > mplayer.hg
comparison libvo/vo_vesa.c @ 18335:5766a9d21992
Rename some misspelled and misnamed messages.
author | diego |
---|---|
date | Fri, 28 Apr 2006 23:06:42 +0000 |
parents | a107276371a8 |
children | 8579acff875e |
comparison
equal
deleted
inserted
replaced
18334:c587bb06edaa | 18335:5766a9d21992 |
---|---|
544 i = 0; | 544 i = 0; |
545 offset = 0; | 545 offset = 0; |
546 total = min(total,nbuffs); | 546 total = min(total,nbuffs); |
547 while(i < total) { multi_buff[i++] = offset; offset += screen_size; } | 547 while(i < total) { multi_buff[i++] = offset; offset += screen_size; } |
548 if(!i) | 548 if(!i) |
549 mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_VESA_YourHaveTooSmallSizeOfVideoMemory, screen_size, vsize); | 549 mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_VESA_YouHaveTooLittleVideoMemory, screen_size, vsize); |
550 return i; | 550 return i; |
551 } | 551 } |
552 | 552 |
553 | 553 |
554 static int set_refresh(unsigned x, unsigned y, unsigned mode,struct VesaCRTCInfoBlock *crtc_pass) | 554 static int set_refresh(unsigned x, unsigned y, unsigned mode,struct VesaCRTCInfoBlock *crtc_pass) |