[MPlayer-cvslog] r19557 - trunk/libvo/font_load.c

diego subversion at mplayerhq.hu
Sun Aug 27 17:33:12 CEST 2006


Author: diego
Date: Sun Aug 27 17:33:11 2006
New Revision: 19557

Modified:
   trunk/libvo/font_load.c

Log:
Clarify messages.


Modified: trunk/libvo/font_load.c
==============================================================================
--- trunk/libvo/font_load.c	(original)
+++ trunk/libvo/font_load.c	Sun Aug 27 17:33:11 2006
@@ -104,7 +104,7 @@
   
   if (first) {
     if (!sor[0] || sor[1] == 1 || (sor[0] == 'M' && sor[1] == 'Z') || (sor[0] == 0x1f && sor[1] == 0x8b) || (sor[0] == 1 && sor[1] == 0x66)) {
-      mp_msg(MSGT_OSD, MSGL_ERR, "%s doesn't look like a font description, ignoring.\n", fname);
+      mp_msg(MSGT_OSD, MSGL_ERR, "%s doesn't look like a bitmap font description, ignoring.\n", fname);
       goto fail_out;
     }
     first = 0;
@@ -322,7 +322,7 @@
 desc->font[' ']=-1;
 desc->width[' ']=desc->spacewidth;
 
-mp_msg(MSGT_OSD, MSGL_V, "Font %s loaded successfully! (%d chars)\n",fname,chardb);
+mp_msg(MSGT_OSD, MSGL_V, "Bitmap font %s loaded successfully! (%d chars)\n",fname,chardb);
 
 return desc;
 



More information about the MPlayer-cvslog mailing list