From: Andre Noll Date: Fri, 21 Sep 2018 07:29:18 +0000 (+0200) Subject: afh: Introduce audio_format_names[]. X-Git-Tag: v0.6.3~41^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c4504b23059c36632309f7524b4263fe0a1c234f;hp=c4504b23059c36632309f7524b4263fe0a1c234f afh: Introduce audio_format_names[]. This removes .name of struct audio_format in favor of an array of strings. This will allow us to make afl[] a constant array of pointers, some of which may be NULL to indicate that the audio format was not compiled in. This temporarily duplicates the list of audio formats. The second list will be removed in a subsequent commit. ---