search for: flac__ogg_mapping_version_minor_len

Displaying 1 result from an estimated 1 matches for "flac__ogg_mapping_version_minor_len".

2014 May 04
0
Building FLAC with LTO
...= 0x7f */ - /** The length of the 'FLAC' magic in bytes. */ #define FLAC__OGG_MAPPING_MAGIC_LENGTH (4u) -extern const FLAC__byte * const FLAC__OGG_MAPPING_MAGIC; /* = "FLAC" */ - -extern const unsigned FLAC__OGG_MAPPING_VERSION_MAJOR_LEN; /* = 8 bits */ -extern const unsigned FLAC__OGG_MAPPING_VERSION_MINOR_LEN; /* = 8 bits */ - /** The length of the Ogg FLAC mapping major version number in bytes. */ #define FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH (1u) /** The length of the Ogg FLAC mapping minor version number in bytes. */ #define FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH (1u) -extern const unsigned...