summaryrefslogtreecommitdiffstats
path: root/DOCS/codecs.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-12 09:31:33 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-12 09:31:33 +0000
commit30097784c0b5b3772fba718a0925eeea7caaf9f8 (patch)
treefac0eee99069df5a49220953a1b2ac5d8446f9ac /DOCS/codecs.html
parentc002881d4247791bce57ca1e9d79d5e7e727ef6f (diff)
downloadmpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.bz2
mpv-30097784c0b5b3772fba718a0925eeea7caaf9f8.tar.xz
FONT tags obsoleted by CSS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6394 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/codecs.html')
-rw-r--r--DOCS/codecs.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index 496a9661c8..757a043f0f 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -6,7 +6,6 @@
<BODY BGCOLOR=WHITE>
-<FONT CLASS="text">
<P><B><A NAME=2.2>2.2. Supported codecs</A></B></P>
@@ -71,11 +70,11 @@ the following options when using this codec:</P>
<TABLE BORDER=0>
<TR><TD>&nbsp;&nbsp;</TD><TD VALIGN=top><CODE>-vc&nbsp;odivx</CODE></TD><TD>&nbsp;&nbsp;</TD>
-<TD><FONT CLASS="text">Uses the codec in OpenDivX fashion. In this case it
+<TD>Uses the codec in OpenDivX fashion. In this case it
produces YV12 images in its own buffer, and <B>MPlayer</B> does colorspace
conversion via libvo. (<B>RECOMMENDED!</B>)</FONT></TD></TR>
<TR><TD></TD><TD VALIGN=top><CODE>-vc&nbsp;divx4</CODE></TD><TD></TD>
-<TD><FONT CLASS="text">Uses the colorspace conversion of the codec.
+<TD>Uses the colorspace conversion of the codec.
In this mode you can use YUY2/UYVY, too.</FONT></TD></TR>
</TABLE>
@@ -92,12 +91,12 @@ faster, or even the fastest solution.</P>
<CODE>-oldpp</CODE> option, but the range of values is strange:</P>
<TABLE BORDER=0>
-<TR><TD>&nbsp;&nbsp;</TD><TD><FONT CLASS="text">0</FONT></TD><TD>&nbsp;&nbsp;</TD>
-<TD><FONT CLASS="text">no postprocessing</FONT></TD></TR>
-<TR><TD></TD><TD><FONT CLASS="text">10 .. 20</FONT></TD>
-<TD></TD><TD><FONT CLASS="text">normal postprocessing (like level 2 with divxds)</FONT></TD></TR>
-<TR><TD></TD><TD><FONT CLASS="text">30 .. 60</FONT></TD>
-<TD></TD><TD><FONT CLASS="text">hard postprocessing, CPU intensive (like level 4 with divxds)</FONT></TD></TR>
+<TR><TD>&nbsp;&nbsp;</TD><TD>0</FONT></TD><TD>&nbsp;&nbsp;</TD>
+<TD>no postprocessing</FONT></TD></TR>
+<TR><TD></TD><TD>10 .. 20</FONT></TD>
+<TD></TD><TD>normal postprocessing (like level 2 with divxds)</FONT></TD></TR>
+<TR><TD></TD><TD>30 .. 60</FONT></TD>
+<TD></TD><TD>hard postprocessing, CPU intensive (like level 4 with divxds)</FONT></TD></TR>
</TABLE>