summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index e38add39d7..9a8c8569e0 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -161,14 +161,12 @@ option to tell <B>MPlayer</B> to use them if possible.</P>
<P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc
ffh263</CODE> option (you'll need the newest libavcodec !). For 2.0 files, use
-XAnim's H263 decoder codec (it supports fast YV12 output). You can call it with
-the <CODE>-vc h263xa</CODE> option. Of course you have to compile XAnim codecs
-support in, for details see the <A HREF=#2.2.1.3>XAnim video codecs</A>. If
-this doesn't work, get the <CODE>ivvideo.dll</CODE> DLL file (from <A
+the <CODE>ivvideo.dll</CODE> Win32 DLL file (from <A
HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes,
-thus usable only with the X11 and OpenGL outputs. Discouraged.</P>
+thus usable only with the X11 and OpenGL outputs. Hopefully ffh263 will support
+VIVO 2.0 files in the future.</P>
<P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 video</A></B></P>