diff DOCS/codecs.html @ 8070:cd3dcc4f1b7c

fixes
author gabucino
date Sun, 03 Nov 2002 03:25:27 +0000
parents 125515a0c8ed
children cd5a4de959b8
line wrap: on
line diff
--- a/DOCS/codecs.html	Sun Nov 03 03:13:18 2002 +0000
+++ b/DOCS/codecs.html	Sun Nov 03 03:25:27 2002 +0000
@@ -97,19 +97,21 @@
 <H4><A NAME="libavcodec">2.2.1.2 FFmpeg DivX/libavcodec</A></H4>
 
 <P><A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an
-  <B>open source</B> codec package, which is capable of decoding video streams
+  <B>open source</B> codec package, which is capable of decoding streams
   encoded with
   H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1
-  codecs. Not only some of them can be encoded with, but it also offers higher
-  speed than the Win32 codecs or the ProjectMayo DivX4/5 library!</P>
+  video, or WMA (Windows Media Audio) audio codecs. Not only some of
+  them can be encoded with, but it also offers higher speed than the Win32
+  codecs or the DivX.com DivX4/5 library!</P>
 
 <P>It contains a lot of nice codecs, especially important are the MPEG4
   variants:
-  DivX 3, DivX 4, DivX 5, Windows Media Video 7 (WMV1)</P>
+  DivX 3, DivX 4, DivX 5, Windows Media Video 7 (WMV1). Also a very
+  interesting one is the WMA decoder.</P>
 
 <P>If you use an MPlayer release you have libavcodec right in the
   package, just build as usual. If you use MPlayer from CVS you have to
-  extract libavcodec from the FFmpeg CVS tree as FFmpeg 0.4.5 does <B>not</B>
+  extract libavcodec from the FFmpeg CVS tree as FFmpeg releases <B>don't</B>
   work with MPlayer. In order to achieve this do:</P>
 
 <OL>