mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
fixed signal 8 bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1823 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f978ad8323
commit
5c21ed495f
@ -261,7 +261,7 @@ void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h,
|
||||
vo_draw_text_sub(dxs,dys,draw_alpha);
|
||||
}
|
||||
|
||||
if(vo_osd_progbar_type>=0){
|
||||
if(vo_osd_progbar_type>=0 && vo_font->font[OSD_PB_0]>=0){
|
||||
vo_draw_text_progbar(dxs,dys,draw_alpha);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user