diff libvo/vo_aa.c @ 2498:38bb41c48d1f

never declare variables in *.h files, pls
author nick
date Sat, 27 Oct 2001 14:30:43 +0000
parents 440782e33c81
children ae79207a3055
line wrap: on
line diff
--- a/libvo/vo_aa.c	Sat Oct 27 13:53:01 2001 +0000
+++ b/libvo/vo_aa.c	Sat Oct 27 14:30:43 2001 +0000
@@ -194,14 +194,14 @@
      * places the mplayer status osd
      */
     if (vo_osd_text)
-	aa_printf(c, 0, 0 , aaopt_osdcolor, "%s %s ", osd_names_short[vo_osd_text[0]], vo_osd_text+1);
+	aa_printf(c, 0, 0 , aaopt_osdcolor, "%s %s ", __sub_osd_names_short[vo_osd_text[0]], vo_osd_text+1);
 }
 
 void
 printosdprogbar(){
     /* print mplayer osd-progbar */
     if (vo_osd_progbar_type!=-1){
-	osdpercent(1,1,0,255,vo_osd_progbar_value, osd_names[vo_osd_progbar_type], "");	
+	osdpercent(1,1,0,255,vo_osd_progbar_value, __sub_osd_names[vo_osd_progbar_type], "");	
     }
 }
 static uint32_t