diff --git a/include/FLAC/format.h b/include/FLAC/format.h index eca41026..dc11a3c5 100644 --- a/include/FLAC/format.h +++ b/include/FLAC/format.h @@ -383,7 +383,7 @@ typedef struct { * 4+n/8 bytes total */ typedef struct { - byte id[16]; + byte id[4]; byte *data; } FLAC__StreamMetaData_Application;