[Mplayer-cvslog] CVS: main/TOOLS/subfont-c font.desc.tail, 1.1, 1.2 subfont.c, 1.25, 1.26
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Jul 20 01:16:54 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS/subfont-c
In directory mail:/var2/tmp/cvs-serv3276/TOOLS/subfont-c
Modified Files:
font.desc.tail subfont.c
Log Message:
embarassing typo
Index: font.desc.tail
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/font.desc.tail,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- font.desc.tail 9 Aug 2001 17:28:06 -0000 1.1
+++ font.desc.tail 19 Jul 2004 23:16:51 -0000 1.2
@@ -1,12 +1,12 @@
;
-; Mplayer subtitle font description file - HighreS ONE
+; MPlayer subtitle font description file - HighreS ONE
; font created by a'rpi & chass
; .desc created by chass & atmosfear
; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
;
;
-; This file contains the data for Mplayer to build up the font
+; This file contains the data for MPlayer to build up the font
; table from the bitmap files. These fonts are used for the OSD
; (On Screen Display) and for the subtitles.
;
@@ -14,7 +14,7 @@
; A few words for the novice user about the fonts:
; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
;
-; Mplayer uses antialiased bitmap fonts, which look far better
+; MPlayer uses antialiased bitmap fonts, which look far better
; then the TTF rendering used by other players. A letter consists
; of two main parts: the Bitmap and the Alpha chanel. The bitmap
; is what you see on the screen, and the Aplha chanel makes the
@@ -22,10 +22,10 @@
; the alpha to get a smooth black outline of the letters, which
; makes them visible even on white areas of the movie.
;
-; Mplayer needs at least two seperate 8bit/pixel format bitmap
+; MPlayer needs at least two seperate 8bit/pixel format bitmap
; files and a .desc file to be able to use the font. One of the
; files is the bitmap the other is the alpha. The .desc (like this
-; one) gives Mplayer the information needed to convert a bitmap
+; one) gives MPlayer the information needed to convert a bitmap
; to characters. But the .desc allows to use more bitmap and alpha
; files: this feature is useful when one wants to add local language
; support for the subtitles.
Index: subfont.c
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/subfont-c/subfont.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- subfont.c 13 Jul 2003 21:25:22 -0000 1.25
+++ subfont.c 19 Jul 2004 23:16:51 -0000 1.26
@@ -252,7 +252,7 @@
if (append_mode) {
fprintf(f, "\n\n# ");
} else {
- fprintf(f, "# This file was generated with subfont for Mplayer.\n"
+ fprintf(f, "# This file was generated with subfont for MPlayer.\n"
"# Subfont by Artur Zaprzala <zybi at fanthom.irc.pl>.\n\n");
fprintf(f, "[info]\n");
}
More information about the MPlayer-cvslog
mailing list