[Mplayer-cvslog] CVS: main/libvo sub.c,1.27,1.28
Arpi of Ize
arpi at mplayer.dev.hu
Sat Sep 1 17:49:34 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.18,1.19
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.h,1.1,1.2 mixer.c,1.2,1.3 mplayer.c,1.8,1.9 mw.h,1.19,1.20 play.h,1.8,1.9 sw.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv25815
Modified Files:
sub.c
Log Message:
fixed signal 8 bug
Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sub.c 28 Aug 2001 14:22:37 -0000 1.27
+++ sub.c 1 Sep 2001 15:49:31 -0000 1.28
@@ -261,7 +261,7 @@
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);
}
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.18,1.19
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.h,1.1,1.2 mixer.c,1.2,1.3 mplayer.c,1.8,1.9 mw.h,1.19,1.20 play.h,1.8,1.9 sw.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list