summaryrefslogtreecommitdiffstats
path: root/libvo/vo_aa.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 14:30:43 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 14:30:43 +0000
commitc07c47b4c301f2d87e6f57bd7609e3235ffb894c (patch)
tree0871a48aa188fd996031045cbb661486358b80a7 /libvo/vo_aa.c
parent5e52ba972dc444d877c28efbcf094f8eee44eb01 (diff)
downloadmpv-c07c47b4c301f2d87e6f57bd7609e3235ffb894c.tar.bz2
mpv-c07c47b4c301f2d87e6f57bd7609e3235ffb894c.tar.xz
never declare variables in *.h files, pls
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2499 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_aa.c')
-rw-r--r--libvo/vo_aa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index 4ac1f2d113..e4d49b4947 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -194,14 +194,14 @@ printosdtext()
* 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