Mercurial > mplayer.hg
changeset 372:1e57ff895419
progress bar width increased
author | arpi_esp |
---|---|
date | Thu, 12 Apr 2001 00:41:22 +0000 |
parents | 55f9067ad176 |
children | 74272de9c7c3 |
files | libvo/sub.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/sub.c Thu Apr 12 00:40:42 2001 +0000 +++ b/libvo/sub.c Thu Apr 12 00:41:22 2001 +0000 @@ -37,7 +37,7 @@ int y=dys/2; int x; int c,font; - int width=(dxs/2-vo_font->width[0x10]-vo_font->width[0x12]); + int width=(dxs*2/3-vo_font->width[0x10]-vo_font->width[0x12]); int elems=width/vo_font->width[0x11]; int mark=(vo_osd_progbar_value*(elems+1))>>8; x=(dxs-width)/2;