From ff0c6db3410021e48196ce018760a5bc0be547ed Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 8 Sep 2007 09:25:25 +0200 Subject: [PATCH] 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. --- afh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5