]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afh.h: Reduce AUDIO_FILE_INFO_SIZE.
authorAndre Noll <maan@systemlinux.org>
Sat, 8 Sep 2007 07:25:25 +0000 (09:25 +0200)
committerAndre 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

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