mirror of https://github.com/xiph/flac
doc: specify that quantized LPC shift must be non-negative
Refs http://sourceforge.net/p/flac/bugs/424/ Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
924cade2d9
commit
f56cdf9f5a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue