mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
shorten APPLICATION id to 32 bits
This commit is contained in:
@@ -36,7 +36,7 @@ const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN = 36; /* bits
|
||||
const unsigned FLAC__STREAM_METADATA_STREAMINFO_MD5SUM_LEN = 128; /* bits */
|
||||
const unsigned FLAC__STREAM_METADATA_STREAMINFO_LENGTH = 34; /* bytes */
|
||||
|
||||
const unsigned FLAC__STREAM_METADATA_APPLICATION_ID_LEN = 128; /* bits */
|
||||
const unsigned FLAC__STREAM_METADATA_APPLICATION_ID_LEN = 32; /* bits */
|
||||
|
||||
const unsigned FLAC__STREAM_METADATA_IS_LAST_LEN = 1; /* bits */
|
||||
const unsigned FLAC__STREAM_METADATA_TYPE_LEN = 7; /* bits */
|
||||
|
||||
Reference in New Issue
Block a user