summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 20:45:51 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-22 20:45:51 +0000
commit03499d05f091592522ee53917d31bc7a01008fa7 (patch)
tree8c89d5d8d2481e3012a2cf5becaea97de768288a /DOCS
parent1ad9a3c4f6822ce0ddf52cf49ec7a7f6f5504868 (diff)
downloadmpv-03499d05f091592522ee53917d31bc7a01008fa7.tar.bz2
mpv-03499d05f091592522ee53917d31bc7a01008fa7.tar.xz
fixes (yeah, I dunno what:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7851 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/formats.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/formats.html b/DOCS/formats.html
index bf0633b67e..793ec61703 100644
--- a/DOCS/formats.html
+++ b/DOCS/formats.html
@@ -89,13 +89,13 @@
<UL>
<LI><B>Interleaved:</B> Audio and video content is interleaved. This is the
standard usage. Recommended and mostly used. Some tools create
- non-interleaved AVIs with bad sync. MPlayer detects these as
+ interleaved AVIs with bad sync. <B>MPlayer</B> detects these as
interleaved, and this climaxes in loss of A/V sync, probably at seeking.
These files should be played as non-interleaved (with the <CODE>-ni</CODE>
option).</LI>
<LI><B>Non-interleaved:</B> First comes the whole video stream, then the whole
audio stream. It thus needs a lot of seeking, making playing from network or
- CD-Rom difficult. (should be played with the <CODE>-ni</CODE> option)</LI>
+ CD-Rom difficult.</LI>
</UL>
<P>MPlayer supports two kinds of timings for AVI files:</P>
@@ -244,7 +244,7 @@
<H4><A NAME="wav">2.1.2.2 WAV files</A></H4>
-<H4><A NAME="ogg_vorbis">2.1.2.3 OGG files (Vorbis)</A></H4>
+<H4><A NAME="ogg_vorbis">2.1.2.3 OGG/OGM files (Vorbis)</A></H4>
<P>Requires properly installed <CODE>libogg</CODE> and
<CODE>libvorbis</CODE>.</P>