]> git.tuebingen.mpg.de Git - paraslash.git/commit
Get rid of mmd->audio_format.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 18:30:42 +0000 (20:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 18:30:42 +0000 (20:30 +0200)
commit7a51f686d02cf4b2463d9aee2ca79addea4261f5
treebcbf9615253e81de2d0db8ea6a87674b3c2b16fd
parentf4eecbd4e033250b96cf0136a238c28837ba0b36
Get rid of mmd->audio_format.

The current audio format is also stored in mmd->afd.afsi.audio_format_id,
so use the value stored there. However, most users of mmd->audio_format
used this value only to detect whether an audio file is open ATM. In
vss.c, use the map pointer instead to find out whether an audio file is
open.
command.c
server.c
server.h
vss.c