]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
afh: Introduce audio_format_names[].
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Sep 2018 07:29:18 +0000 (09:29 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 21 Dec 2018 13:40:42 +0000 (14:40 +0100)
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.


No differences found