From: Josh Coalson Date: Thu, 14 Dec 2006 07:45:31 +0000 (+0000) Subject: add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding X-Git-Tag: 1.2.0~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bd9a001156fe2c8bcdfe211b3b0e48276ae98c9;p=platform%2Fupstream%2Fflac.git add note to #bugs about error with corrupted FLAC input and FLAC-to-FLAC transcoding --- diff --git a/doc/html/documentation.html b/doc/html/documentation.html index bf582f0..a4272ba 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -1473,6 +1473,9 @@ 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 -A "tukey(0,5)" to your flac command string (or however "0.5" should be formatted for your locale).
  • + 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. +
  • +
  • When encoding to Ogg FLAC, if there are too many seek points (>240), the seek table will not have the offsets written back properly after encoding.