[flac-dev] [PATCH] doc: specify that quantized LPC shift must be non-negative

Tristan Matthews tmatth at videolan.org
Sun Jan 24 08:41:50 PST 2016


Refs http://sourceforge.net/p/flac/bugs/424/
---
 doc/html/format.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/html/format.html b/doc/html/format.html
index 8598941..4ccd7e7 100644
--- a/doc/html/format.html
+++ b/doc/html/format.html
@@ -1578,7 +1578,8 @@
 				<5>
 			</td>
 			<td>
-				Quantized linear predictor coefficient shift needed in bits (NOTE: this number is signed two's-complement).
+				Quantized linear predictor coefficient shift needed in bits (NOTE: this number is signed two's-complement;
+				but, due to implementation details, must be non-negative).
 			</td>
 		</tr>
 		<tr>
-- 
1.9.1



More information about the flac-dev mailing list