summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-11 19:40:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-11 19:40:23 +0000
commita08a0d83dcced12d5f9612b11d92bc418376a63a (patch)
treeb2951fbb1bc13446da98b4e1d379e39da77c9abf
parent0c8feca92aef6eadef113eebef6b93c7b2ee9855 (diff)
downloadmpv-a08a0d83dcced12d5f9612b11d92bc418376a63a.tar.bz2
mpv-a08a0d83dcced12d5f9612b11d92bc418376a63a.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13004 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--ChangeLog2
-rw-r--r--DOCS/xml/en/install.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 83d97a8f5f..2ad7f24919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1000,7 +1000,7 @@ MPlayer (0.90)
* MEncoder: set keyframe flag on audio packets, fixes Windows seeking
* loader: fixed 2 10l bugs, ATI VCR2 DLL now works. using new style CS code.
* demux_avi: always use block counter even if dwSampleSize!=0, fixes samples
- * SPU decoder (DVD/VOB subs): fixed 2 major bugs causing lost subtitles
+ * SPU decoder (DVD/VOBsubs): fixed 2 major bugs causing lost subtitles
* various memory leak fixes (valgrind rulez :)
* fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6)
* mms:// audio (radio) streaming fixed
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 10ace609f9..9e1b00c063 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -774,10 +774,10 @@ OSD/SUB feature. There are many ways to get it:
<!-- FIXME: this para should be before the list -->
Font should have appropriate <filename>font.desc</filename> file which
maps unicode font positions to the actual code page of the subtitles
- text. Other solution is to have subtitles encoded in UTF8 encoding and
+ text. Other solution is to have subtitles encoded in UTF-8 encoding and
use <option>-utf8</option> option or just name the subtitles file
<filename>&lt;video_name&gt;.utf</filename> and have it in the same dir
- as the video file. Recoding from different codepages to UTF8 could be
+ as the video file. Recoding from different codepages to UTF-8 could be
done by using <command>konwert</command> or <command>iconv</command> programs.
</para><para>