Add struct tag to FLAC__StreamMetadata (#416)

This commit is contained in:
Martijn van Beurden 2022-08-29 20:35:19 +02:00 committed by GitHub
parent 0bf7282f58
commit dc12a9e2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ typedef struct {
/** FLAC metadata block structure. (c.f. <A HREF="../format.html#metadata_block">format specification</A>) /** FLAC metadata block structure. (c.f. <A HREF="../format.html#metadata_block">format specification</A>)
*/ */
typedef struct { typedef struct FLAC__StreamMetadata {
FLAC__MetadataType type; FLAC__MetadataType type;
/**< The type of the metadata block; used determine which member of the /**< The type of the metadata block; used determine which member of the
* \a data union to dereference. If type >= FLAC__METADATA_TYPE_UNDEFINED * \a data union to dereference. If type >= FLAC__METADATA_TYPE_UNDEFINED