From dc12a9e2f6489aa13ef71aa69eb9b574ad7ca28b Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Mon, 29 Aug 2022 20:35:19 +0200 Subject: [PATCH] Add struct tag to FLAC__StreamMetadata (#416) --- include/FLAC/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. format specification) */ -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