add SEEKTABLE to string lookup table
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:53 +0000 (18:57 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:53 +0000 (18:57 +0000)
src/libFLAC/format.c

index 2f2c7d6..2167563 100644 (file)
@@ -100,5 +100,6 @@ const char *FLAC__ChannelAssignmentString[] = {
 const char *FLAC__MetaDataTypeString[] = {
        "STREAMINFO",
        "PADDING",
-       "APPLICATION"
+       "APPLICATION",
+       "SEEKTABLE"
 };