summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2003-08-29 05:16:32 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2003-08-29 05:16:32 +0000
commit9bb1a16f9ea089217daba1b2031d1c7d7f1a1316 (patch)
treeafd94627a96a095037b1b6eb33e82090ebe88010 /doc
parent9d260d88a116c51201d29ff6655561f07fc351a6 (diff)
downloadflac-9bb1a16f9ea089217daba1b2031d1c7d7f1a1316.tar.gz
fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/html/faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/faq.html b/doc/html/faq.html
index 818fa978..9215e31b 100644
--- a/doc/html/faq.html
+++ b/doc/html/faq.html
@@ -227,7 +227,7 @@
<A NAME="general__asymmetry"><B>Why do the encoder settings have a big effect on the encoding time but not the decoding time?</B></A>
</P>
<P>
- It's hard to explain without going into the codec design, but to oversimplify, the encoder is looking for functions that approximate the signal. Higher settings make the encoder search more to find better approximations. The functions are themselves encoded in the FLAC file. Decoding only requires computing the one chosen function, and the complexity of the function is vary stable. This is by design, to make decoding easier, and is one of the things that makes FLAC easy to implement in hardware.
+ It's hard to explain without going into the codec design, but to oversimplify, the encoder is looking for functions that approximate the signal. Higher settings make the encoder search more to find better approximations. The functions are themselves encoded in the FLAC file. Decoding only requires computing the one chosen function, and the complexity of the function is very stable. This is by design, to make decoding easier, and is one of the things that makes FLAC easy to implement in hardware.
</P>
<P>
<A NAME="general__alternatives"><B>Why use FLAC instead of other codecs that compress more?</B></A>