summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_aa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index 51a64b4ef9..06d25f55e1 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -200,7 +200,7 @@ printosdtext()
/*
* places the mplayer status osd
*/
- if (vo_osd_text) {
+ if (vo_osd_text && vo_osd_text[0] != 0) {
int len;
if(vo_osd_text[0] < 32) {
len = strlen(__sub_osd_names_short[vo_osd_text[0]]) + strlen(vo_osd_text+1) + 2;