summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 15:56:20 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 15:56:20 +0000
commit5b891238099525c8b8529a0f11ac4a296fc8aba6 (patch)
tree9b61e78ae02de2fdd9043fdcac36e881be903c16 /DOCS
parent8dbd85b9249385d246b11ba81d157e0b19c74e55 (diff)
downloadmpv-5b891238099525c8b8529a0f11ac4a296fc8aba6.tar.bz2
mpv-5b891238099525c8b8529a0f11ac4a296fc8aba6.tar.xz
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10419 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/codecs.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html
index f577448149..430bb39e75 100644
--- a/DOCS/en/codecs.html
+++ b/DOCS/en/codecs.html
@@ -325,14 +325,9 @@ MPlayer supports decoding all versions of RealVideo:
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>