fix size of application id in struct
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:35 +0000 (18:57 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:35 +0000 (18:57 +0000)
include/FLAC/format.h

index eca4102..dc11a3c 100644 (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;