fix known bugs for 1.1.4

This commit is contained in:
Josh Coalson 2007-03-06 06:52:13 +00:00
parent 5981e4f72d
commit 5dee435030

View File

@ -49,14 +49,8 @@
</div>
<div class="box_header"></div>
<div class="box_body">
The following are major known bugs in the current (1.1.3) release:
The following are major known bugs in the current (1.1.4) release:
<ul>
<li>
If your locale does not use "." for the decimal point, there is a bug that causes the default compression settings to be sub-optimal. You should add <span class="argument">-A "tukey(0,5)"</span> to your <span class="command">flac</span> command string (or however "0.5" should be formatted for your locale).
</li>
<li>
If a corrupted FLAC file is used as input in FLAC-to-FLAC encoding, the transcoded FLAC file will have the audio data truncated after the first error.
</li>
<li>
When encoding to Ogg FLAC, if there are too many seek points (&gt;240), the seek table will not have the offsets written back properly after encoding.
</li>