diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-27 17:40:43 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-09-27 17:40:43 +0000 |
commit | 2a59fbf120a02b3ddbaaa3fe34d481147e8e0574 (patch) | |
tree | 5c85a281e4bfd5eb8771d344a92818bae7c33149 /libvo | |
parent | 51f6ad33e26f128078992d36d39f0c2c221142b3 (diff) |
add gui support to config scripts, and fixed some warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.c b/libvo/sub.c index 52b9edf9f6..a4d5d3d81c 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -4,7 +4,7 @@ //static int vo_font_loaded=-1; font_desc_t* vo_font=NULL; -unsigned char* vo_osd_text="00:00:00"; +unsigned char* vo_osd_text=NULL; int sub_unicode=0; int sub_utf8=0; |