add SEEKTABLE to string lookup table

This commit is contained in:
Josh Coalson
2001-06-14 18:57:53 +00:00
parent eaa8d3c4bd
commit 9b04be7124

View File

@@ -100,5 +100,6 @@ const char *FLAC__ChannelAssignmentString[] = {
const char *FLAC__MetaDataTypeString[] = {
"STREAMINFO",
"PADDING",
"APPLICATION"
"APPLICATION",
"SEEKTABLE"
};