mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add VORBIS_COMMENT metadata block
This commit is contained in:
@@ -330,7 +330,8 @@ typedef enum {
|
||||
FLAC__METADATA_TYPE_STREAMINFO = 0,
|
||||
FLAC__METADATA_TYPE_PADDING = 1,
|
||||
FLAC__METADATA_TYPE_APPLICATION = 2,
|
||||
FLAC__METADATA_TYPE_SEEKTABLE = 3
|
||||
FLAC__METADATA_TYPE_SEEKTABLE = 3,
|
||||
FLAC__METADATA_TYPE_VORBIS_COMMENT = 4
|
||||
} FLAC__MetaDataType;
|
||||
extern const char *FLAC__MetaDataTypeString[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user