fix size of application id in struct
This commit is contained in:
parent
91e4dc97cc
commit
eaa8d3c4bd
@ -383,7 +383,7 @@ typedef struct {
|
||||
* 4+n/8 bytes total
|
||||
*/
|
||||
typedef struct {
|
||||
byte id[16];
|
||||
byte id[4];
|
||||
byte *data;
|
||||
} FLAC__StreamMetaData_Application;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user