From: Josh Coalson Date: Thu, 14 Jun 2001 18:57:35 +0000 (+0000) Subject: fix size of application id in struct X-Git-Tag: 1.2.0~2242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaa8d3c4bd141cb63117d403965aa0ff0e5d1d5d;p=platform%2Fupstream%2Fflac.git fix size of application id in struct --- diff --git a/include/FLAC/format.h b/include/FLAC/format.h index eca4102..dc11a3c 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;