diff DOCS/codecs.html @ 6393:f9b3d010b35e

FONT tags obsoleted by CSS
author gabucino
date Wed, 12 Jun 2002 09:31:33 +0000
parents 4e5c236ade69
children d0b1f3d75900
line wrap: on
line diff
--- a/DOCS/codecs.html	Wed Jun 12 09:14:52 2002 +0000
+++ b/DOCS/codecs.html	Wed Jun 12 09:31:33 2002 +0000
@@ -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 @@
 
 <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 @@
   <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>