summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-01 19:45:36 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-09-01 19:45:36 +0000
commit5f972719aeaa60121d806f31810cc42388f15112 (patch)
treec47667ea95487a6e8ec4d7123d74403a0e6b416f /DOCS
parent077a30a797c8874d3f139b2b9e092085c7ac8d7a (diff)
downloadmpv-5f972719aeaa60121d806f31810cc42388f15112.tar.bz2
mpv-5f972719aeaa60121d806f31810cc42388f15112.tar.xz
fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10790 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/documentation.html2
-rw-r--r--DOCS/en/encoding.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index 8ad060e4d4..60286b1019 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -86,7 +86,7 @@
<LI><A HREF="codecs.html#video_codecs">2.2.1 Video codecs</A>
<UL>
<LI><A HREF="codecs.html#divx">2.2.1.1 DivX4/DivX5</A></LI>
- <LI><A HREF="codecs.html#libavcodec">2.2.1.2 FFmpeg DivX/libavcodec</A></LI>
+ <LI><A HREF="codecs.html#libavcodec">2.2.1.2 FFmpeg/libavcodec</A></LI>
<LI><A HREF="codecs.html#xanim">2.2.1.3 XAnim codecs</A></LI>
<LI><A HREF="codecs.html#vivo_video">2.2.1.4 VIVO video</A></LI>
<LI><A HREF="codecs.html#mpeg">2.2.1.5 MPEG 1/2 video</A></LI>
diff --git a/DOCS/en/encoding.html b/DOCS/en/encoding.html
index e0d58d075a..504416d602 100644
--- a/DOCS/en/encoding.html
+++ b/DOCS/en/encoding.html
@@ -325,7 +325,7 @@ Explanation of the process:
<H2><A NAME="custommatrices">7.10 Custom inter/intra matrices</A></H2>
-<P>Whit this feature of <A HREF="codecs.html#libavcodec">libavcodec</A> you are
+<P>With this feature of <A HREF="codecs.html#libavcodec">libavcodec</A> you are
able to set custom inter (I-frames/key frames) and intra (P-frames/predicted
frames) matrices. It is supported by many of the codecs: <CODE>mpeg1video</CODE>
and <CODE>mpeg2video</CODE> are reported as working.</P>