From 775ffcbceb2ae27dea51ace280aa75ac320f3ea7 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 19 Jul 2004 23:19:07 +0000 Subject: embarassing typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12861 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subfont-c/font.desc.tail | 10 +++++----- TOOLS/subfont-c/subfont.c | 2 +- TOOLS/wma2ogg.pl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'TOOLS') 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 .\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 -- cgit v1.2.3