add FLAC__MAX_QLP_COEFF_PRECISION
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 4 Oct 2002 05:24:30 +0000 (05:24 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 4 Oct 2002 05:24:30 +0000 (05:24 +0000)
include/FLAC/format.h

index 8d76ec0..d8da792 100644 (file)
@@ -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)