summaryrefslogtreecommitdiff
path: root/include/FLAC/format.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-09-26 04:42:10 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-09-26 04:42:10 +0000
commitc1c8d496a40e60e7c1d056a799989fed30805dcd (patch)
tree49b71c5bb08afa51933497490f90de2ed5482b7c /include/FLAC/format.h
parent82738b303cb0a12c115add7ebcd45939003a352b (diff)
downloadflac-c1c8d496a40e60e7c1d056a799989fed30805dcd.tar.gz
new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
Diffstat (limited to 'include/FLAC/format.h')
-rw-r--r--include/FLAC/format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 6a56f833..8d76ec07 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -120,6 +120,9 @@ extern "C" {
/** The maximum Rice partition order permitted by the format. */
#define FLAC__MAX_RICE_PARTITION_ORDER (15u)
+/** The maximum Rice partition order permitted by the FLAC Subset. */
+#define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER (8u)
+
/** The version string of the release, stamped onto the libraries and binaries.
*
* \note