]> git.tuebingen.mpg.de Git - paraslash.git/commit
Use only a single buffer pointer for filters/receivers.
authorAndre Noll <maan@systemlinux.org>
Sat, 2 May 2009 09:46:46 +0000 (11:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 2 May 2009 09:46:46 +0000 (11:46 +0200)
commit0855a5fcdbebabacebee968939cf00bf3161cfaf
tree8b98186707f60a76d887bfebbc19003d69c1ae4f
parent7cbd55c6c3c18634e939b1ca0746ef4768fdfe8a
Use only a single buffer pointer for filters/receivers.

This allows filters to change the output buffer size on the fly.
13 files changed:
alsa_write.c
audiod.c
client.c
file_write.c
filter.c
filter.h
filter_common.c
recv.c
stdout.c
stdout.h
write.c
write.h
write_common.c