mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user