mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix size of application id in struct
This commit is contained in:
@@ -383,7 +383,7 @@ typedef struct {
|
||||
* 4+n/8 bytes total
|
||||
*/
|
||||
typedef struct {
|
||||
byte id[16];
|
||||
byte id[4];
|
||||
byte *data;
|
||||
} FLAC__StreamMetaData_Application;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user