]> git.tuebingen.mpg.de Git - paraslash.git/commit
afh: Initialize audio format handlers only once.
authorAndre Noll <maan@systemlinux.org>
Sun, 7 Jul 2013 11:22:48 +0000 (13:22 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 13 Jul 2013 17:54:37 +0000 (19:54 +0200)
commit75602d559d3dd57d704839b817377646722bfed8
tree9997a02080042f280238e3f5354aef9ab58f5334
parent2b2026c751dd30e09318bad6a420b826149832a0
afh: Initialize audio format handlers only once.

afc.c calls afh_init() twice. This does not really hurt as this
function is idempotent, but it causes the initialization log messages
to be printed twice.

This gets rid of the additional call to afh_init() which crept in
in commit 042767ce (Use self-made help to avoid recompilations on
version changes).
afh.c