summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-08-29 20:35:19 +0200
committerGitHub <noreply@github.com>2022-08-29 20:35:19 +0200
commitdc12a9e2f6489aa13ef71aa69eb9b574ad7ca28b (patch)
treea1f7620ff25f0760e040de735adda626e8500c83
parent0bf7282f585c6731766a460719ddf9355e07d620 (diff)
downloadflac-dc12a9e2f6489aa13ef71aa69eb9b574ad7ca28b.tar.gz
Add struct tag to FLAC__StreamMetadata (#416)
-rw-r--r--include/FLAC/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 9cffcce9..7835f839 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -839,7 +839,7 @@ typedef struct {
/** FLAC metadata block structure. (c.f. <A HREF="../format.html#metadata_block">format specification</A>)
*/
-typedef struct {
+typedef struct FLAC__StreamMetadata {
FLAC__MetadataType type;
/**< The type of the metadata block; used determine which member of the
* \a data union to dereference. If type >= FLAC__METADATA_TYPE_UNDEFINED