Mercurial > mplayer.hg
view DOCS/xml/BUGS @ 9727:695825b70485
100l to Gabu, this caused divide-by-zero with -vo mga. Apparently
someone only tested -vo xmga. Feel free to reenable if you can fix the
sigfpe properly.
author | rfelker |
---|---|
date | Sat, 29 Mar 2003 19:56:31 +0000 |
parents | 461f71ba8af4 |
children |
line wrap: on
line source
* Can't change output encoding...it's always ISO-8859-1. :-( Should figure out a way to change it... <xsl:output encoding="..."/> does not seem to work with xsltproc. <xsl:param name="chunker.output.encoding" select="'...'"/> seems not to work either. Is it a limitation of xsltproc?