projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa8d3c
)
add SEEKTABLE to string lookup table
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:53 +0000
(18:57 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Thu, 14 Jun 2001 18:57:53 +0000
(18:57 +0000)
src/libFLAC/format.c
patch
|
blob
|
history
diff --git
a/src/libFLAC/format.c
b/src/libFLAC/format.c
index
2f2c7d6
..
2167563
100644
(file)
--- a/
src/libFLAC/format.c
+++ b/
src/libFLAC/format.c
@@
-100,5
+100,6
@@
const char *FLAC__ChannelAssignmentString[] = {
const char *FLAC__MetaDataTypeString[] = {
"STREAMINFO",
"PADDING",
- "APPLICATION"
+ "APPLICATION",
+ "SEEKTABLE"
};