Mercurial > mplayer.hg
changeset 10789:cb5698ab3421
fixes
author | gabucino |
---|---|
date | Mon, 01 Sep 2003 19:45:36 +0000 |
parents | c11c87536da4 |
children | f40a897cb276 |
files | DOCS/en/documentation.html DOCS/en/encoding.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/documentation.html Mon Sep 01 19:11:44 2003 +0000 +++ b/DOCS/en/documentation.html Mon Sep 01 19:45:36 2003 +0000 @@ -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>
--- a/DOCS/en/encoding.html Mon Sep 01 19:11:44 2003 +0000 +++ b/DOCS/en/encoding.html Mon Sep 01 19:45:36 2003 +0000 @@ -325,7 +325,7 @@ <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>