summaryrefslogtreecommitdiff
path: root/include/FLAC/format.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-10-04 05:24:30 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-10-04 05:24:30 +0000
commitb070fe6023724fee0534628e16f8efa8e7b6792d (patch)
tree3db29f18b265e5698697c85ef3e2d77944f6ec7f /include/FLAC/format.h
parentbf26db91294a1de2f9199341ee41f068f168bec2 (diff)
downloadflac-b070fe6023724fee0534628e16f8efa8e7b6792d.tar.gz
add FLAC__MAX_QLP_COEFF_PRECISION
Diffstat (limited to 'include/FLAC/format.h')
-rw-r--r--include/FLAC/format.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 8d76ec07..d8da7926 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -114,6 +114,11 @@ extern "C" {
*/
#define FLAC__MIN_QLP_COEFF_PRECISION (5u)
+/** The maximum quantized linear predictor coefficient precision
+ * permitted by the format.
+ */
+#define FLAC__MAX_QLP_COEFF_PRECISION (15u)
+
/** The maximum order of the fixed predictors permitted by the format. */
#define FLAC__MAX_FIXED_ORDER (4u)