fix size of application id in struct

This commit is contained in:
Josh Coalson 2001-06-14 18:57:35 +00:00
parent 91e4dc97cc
commit eaa8d3c4bd

View File

@ -383,7 +383,7 @@ typedef struct {
* 4+n/8 bytes total
*/
typedef struct {
byte id[16];
byte id[4];
byte *data;
} FLAC__StreamMetaData_Application;