CVS: main/DOCS documentation.html,1.258,1.259
Update of /cvsroot/mplayer/main/DOCS In directory mail:/var/tmp.root/cvs-serv26237/DOCS Modified Files: documentation.html Log Message: Background now set by CSS, added doctype and charset. Properly closed all tags, quoted attributes with # and %, removed bogus <P> tags around block elements, do not put block elements in inline elements, some typos and cosmetic changes. Index: documentation.html =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v retrieving revision 1.258 retrieving revision 1.259 diff -u -r1.258 -r1.259 --- documentation.html 12 Jun 2002 09:31:32 -0000 1.258 +++ documentation.html 15 Jun 2002 19:47:10 -0000 1.259 @@ -1,226 +1,250 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <LINK REL="stylesheet" TYPE="text/css" HREF="default.css"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> -<BODY BGCOLOR=WHITE> +<BODY> [...2205 lines suppressed...] Workaround: buy a better soundcard... or try to decrease fps by 10% (use -fps 27 for a 30fps movie) or use the resampler plugin</LI> <LI>slow machine<BR> (if A-V is not around 0, and the last number in the status line increasing)<BR> Workaround: -framedrop</LI> -</UL><BR> +</UL> -No sound at all:<BR> +No sound at all: <UL> <LI>your file uses an unsupported audio codec<BR> Workaround: read the documentation and help us adding support for it</LI> </UL> -No picture at all (just plain grey/green window):<BR> +No picture at all (just plain grey/green window): <UL> <LI>your file uses an unsupported video codec<BR> Workaround: read the documentation and help us adding support for it</LI>
participants (1)
-
Diego Biurrun CVS