changeset 1822:85dda3b18445

fixed signal 8 bug
author arpi
date Sat, 01 Sep 2001 15:49:31 +0000
parents 3c65d5675676
children a6c67352ccac
files libvo/sub.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Sat Sep 01 14:58:12 2001 +0000
+++ b/libvo/sub.c	Sat Sep 01 15:49:31 2001 +0000
@@ -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);
     }