git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10790 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-09-01 19:45:36 +00:00
parent 077a30a797
commit 5f972719ae
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>