projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1da7031
)
afh.h: Reduce AUDIO_FILE_INFO_SIZE.
author
Andre Noll
<maan@systemlinux.org>
Sat, 8 Sep 2007 07:25:25 +0000
(09:25 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 8 Sep 2007 07:25:25 +0000
(09:25 +0200)
As the audio file info string is going to be stored on disk, its size
starts to matter.
afh.h
patch
|
blob
|
history
diff --git
a/afh.h
b/afh.h
index 8c0c15cfb007e25a6639220b848fc8934ca1ec79..c1a7029371cbf991129de0a2d6063f4183faeddf 100644
(file)
--- a/
afh.h
+++ b/
afh.h
@@
-30,7
+30,7
@@
/** \endcond */
/** size of the audio_file info string */
-#define AUDIO_FILE_INFO_SIZE
16384
+#define AUDIO_FILE_INFO_SIZE
256
/**
* Audio format dependent information. Details vary between each audio format