From 992009a8dcaf12a14ccf23f5695cc481e12ea7b7 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 13 Aug 2002 21:47:44 +0000 Subject: [PATCH] minor formatting --- doc/html/documentation.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/html/documentation.html b/doc/html/documentation.html index e8d01a7..4928b4f 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -404,7 +404,7 @@ - -F, --decode-through-errors + -F,
--decode-through-errors By default flac stops decoding with an error and removes the partially decoded file if it encounters a bitstream error. With -F, errors are still printed but flac will continue decoding to completion. Note that errors may cause the decoded audio to be missing some samples or have silent sections. @@ -609,7 +609,7 @@ - -e, --exhaustive-model-search + -e,
--exhaustive-model-search Exhaustive model search (expensive!). Normally the encoder estimates the best model to use and encodes once based on the estimate. With an exhaustive model search, the encoder will generate subframes for every order and use the smallest. If the max LPC order is high this can significantly increase the encode time but can shave off another 0.5%. @@ -633,7 +633,7 @@ - -q #, --qlp-coeff-precision=# + -q #,
--qlp-coeff-precision=# Specifies the precision of the quantized LP coefficients, in bits. The default is -q 0, which means let the encoder decide based on the signal. Unless you really know your input file it's best to leave this up to the encoder. @@ -641,7 +641,7 @@ - -p, --qlp-coeff-precision-search + -p,
--qlp-coeff-precision-search Do exhaustive LP coefficient quantization optimization. This option overrides any -q option. It is expensive and typically will only improve the compression a tiny fraction of a percent. -q has no effect when -l 0 is used. @@ -649,7 +649,7 @@ - -r [#,]#, --rice-partition-order=[#,]# + -r [#,]#,
--rice-partition-order=[#,]# Set the [min,]max residual partition order. The min value defaults to 0 if unspecified.

-- 2.7.4