From: Andre Noll Date: Sat, 8 Sep 2007 07:25:25 +0000 (+0200) Subject: afh.h: Reduce AUDIO_FILE_INFO_SIZE. X-Git-Tag: v0.2.17~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ff0c6db3410021e48196ce018760a5bc0be547ed afh.h: Reduce AUDIO_FILE_INFO_SIZE. As the audio file info string is going to be stored on disk, its size starts to matter. --- diff --git a/afh.h b/afh.h index 8c0c15cf..c1a70293 100644 --- 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