diff DOCS/en/codecs.html @ 10418:4b0bab36c1c0

removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
author alex
date Sun, 13 Jul 2003 15:56:20 +0000
parents b27f7db9bccb
children 3ee7da8ee7d5
line wrap: on
line diff
--- a/DOCS/en/codecs.html	Sun Jul 13 15:39:52 2003 +0000
+++ b/DOCS/en/codecs.html	Sun Jul 13 15:56:20 2003 +0000
@@ -325,14 +325,9 @@
   following decoders:</P>
 
 <UL>
-  <LI>Sorenson 1 (fourcc <I>SVQ1</I>) - decoding supported by <B>native
-    codecs</B><BR>
-    Actually there are two (nearly equal) decoders for SVQ1: one is built in
-    MPlayer, the other is in libavcodec. You can invoke each of them with the
-    <CODE>-vc svq1</CODE> and <CODE>-vc ffsvq1</CODE> options respectively.
-    Some files may work with one of them, and not with the other, so test
-    both decoders.</LI>
-  <LI>Sorenson 3 (fourcc <I>SVQ3</I>) - decoding supported by <B>native
+  <LI>Sorenson Video v1 (fourcc <I>SVQ1</I>) - decoding supported by <B>native
+    codec</B> (<A HREF="#libavcodec">libavcodec</A>)</LI>
+  <LI>Sorenson Video v3 (fourcc <I>SVQ3</I>) - decoding supported by <B>native
     codec</B> (<A HREF="#libavcodec">libavcodec</A>)</LI>
 </UL>