search for: flac__ogg_mapping_packet_type_len

Displaying 2 results from an estimated 2 matches for "flac__ogg_mapping_packet_type_len".

2014 May 04
0
Building FLAC with LTO
...next part -------------- --- flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h.orig 2013-05-26 09:30:33.932201700 +0000 +++ flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h 2014-05-03 09:05:25.669393200 +0000 @@ -38,27 +38,28 @@ /** The length of the packet type field in bytes. */ #define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u) -extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bits */ - -extern const FLAC__byte FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE; /* = 0x7f */ - /** The length of the 'FLAC' magic in bytes. */ #define FLAC__OGG_MAPPING_MAGIC_LENGTH (4u) -extern const FLAC__byte *...
2012 Dec 08
0
[PATCH] Fix a copy & paste error in a comment.
...RE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef FLAC__PRIVATE__OGG_MAPPING_H #define FLAC__PRIVATE__OGG_MAPPING_H #include "FLAC/ordinals.h" -/** The length of the 'FLAC' magic in bytes. */ +/** The length of the packet type field in bytes. */ #define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u) extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bits */ extern const FLAC__byte FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE; /* = 0x7f */ /** The length of the 'FLAC' magic in bytes. */ #define FLAC__OGG_MAPPING_MAGIC_LENGTH (4u) -- 1.7.3.4 --------------...