summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 23:19:07 +0000
commit775ffcbceb2ae27dea51ace280aa75ac320f3ea7 (patch)
treebf662fe4c71c198ac0efe642363479857ebfc6db /TOOLS
parent0172887b3b1544011327b3154c624a8d51a62fc0 (diff)
downloadmpv-775ffcbceb2ae27dea51ace280aa75ac320f3ea7.tar.bz2
mpv-775ffcbceb2ae27dea51ace280aa75ac320f3ea7.tar.xz
embarassing typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subfont-c/font.desc.tail10
-rw-r--r--TOOLS/subfont-c/subfont.c2
-rwxr-xr-xTOOLS/wma2ogg.pl2
3 files changed, 7 insertions, 7 deletions
diff --git a/TOOLS/subfont-c/font.desc.tail b/TOOLS/subfont-c/font.desc.tail
index 004887e6de..c1205e9960 100644
--- a/TOOLS/subfont-c/font.desc.tail
+++ b/TOOLS/subfont-c/font.desc.tail
@@ -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.
diff --git a/TOOLS/subfont-c/subfont.c b/TOOLS/subfont-c/subfont.c
index e1b2d65c04..70619280a3 100644
--- a/TOOLS/subfont-c/subfont.c
+++ b/TOOLS/subfont-c/subfont.c
@@ -252,7 +252,7 @@ void render() {
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@fanthom.irc.pl>.\n\n");
fprintf(f, "[info]\n");
}
diff --git a/TOOLS/wma2ogg.pl b/TOOLS/wma2ogg.pl
index ee8aacbdd3..7b81b430f4 100755
--- a/TOOLS/wma2ogg.pl
+++ b/TOOLS/wma2ogg.pl
@@ -10,7 +10,7 @@
# Needed programs:
#
# Getopt::Long - Perl Module
-# Mplayer - http://www.mplayerhq.hu
+# MPlayer - http://www.mplayerhq.hu
# BladeEnc - http://bladeenc.mp3.no
# oggenc - http://www.vorbis.com
# mp3info - http://www.ibiblio.org/mp3info