mirror of https://github.com/xiph/flac
Add struct tag to FLAC__StreamMetadata (#416)
This commit is contained in:
parent
0bf7282f58
commit
dc12a9e2f6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue