]> git.tuebingen.mpg.de Git - paraslash.git/commit
split audiod
authorAndre <maan@p133.(none)>
Wed, 7 Jun 2006 18:17:11 +0000 (20:17 +0200)
committerAndre <maan@p133.(none)>
Wed, 7 Jun 2006 18:17:11 +0000 (20:17 +0200)
commit7d1805d1559e08e0af701155574aef220925d411
tree2ac269cf6c98a96256423320f43197ec00d608f9
parentd041f4528426640d73d141cec7fd2576f7e8be84
split audiod

move everything that is related to audio commands to the new file
audiod_command.c. Also, simplify the handling of the current time:
The "now" pointer is no longer a field of the sched struct but is
globally visable for read-only access.
13 files changed:
NEWS
alsa_writer.c
audiod.c
audiod.h
audiod_command.c [new file with mode: 0644]
configure.ac
error.h
filter.c
mp3dec.c
ortp_recv.c
sched.c
sched.h
write.c