From 199edd5d09f1e1498c975b41c223593d398d0264 Mon Sep 17 00:00:00 2001
From: Josh Coalson
Date: Sun, 30 Nov 2003 00:23:20 +0000
Subject: [PATCH] typo
---
doc/html/features.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/html/features.html b/doc/html/features.html
index 8fee4cba..b5b2ae25 100644
--- a/doc/html/features.html
+++ b/doc/html/features.html
@@ -103,7 +103,7 @@
-
- Lossless: The encoding of audi (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
+ Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
-
Fast: FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.