max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code

This commit is contained in:
Josh Coalson
2004-07-22 01:32:00 +00:00
parent 5bf54f0a93
commit 1cb2341298
5 changed files with 19 additions and 7 deletions

View File

@@ -88,6 +88,9 @@ extern "C" {
format specification. There is nothing to tune here.
*/
/** The largest legal metadata type code. */
#define FLAC__MAX_METADATA_TYPE_CODE (126u)
/** The minimum block size, in samples, permitted by the format. */
#define FLAC__MIN_BLOCK_SIZE (16u)