]> git.tuebingen.mpg.de Git - paraslash.git/commit
vss_init(): Use FOR_EACH_AUDIO_FORMAT() instead of open coding the loop.
authorAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 09:23:54 +0000 (11:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 12 Sep 2007 09:23:54 +0000 (11:23 +0200)
commitc02bbaa2467c19180d360d6914a13d17e323185c
tree3e8a20e76d2580fd44cb0fa7f9a0158b3eade0b7
parentc8eeb1f82c5541c900191b840c90cc0585345bec
vss_init(): Use FOR_EACH_AUDIO_FORMAT() instead of open coding the loop.

Fixes a segfault on startup in case not all three audio formats are supported.
vss.c