]> git.tuebingen.mpg.de Git - paraslash.git/commit
introduce struct audio_format_info
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 16:34:00 +0000 (17:34 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 16:34:00 +0000 (17:34 +0100)
commit21a0bd773519c5bd39a5293f2e66ea59add8d0a9
tree17cba2340349f85ce9d3056cc753de594a12da58
parent3d075bb43197cf3c5dbe23bb78e3b43a5f4bcca1
introduce struct audio_format_info

This further simplifies the audio format handlers. The chunk_table
and the header info is now contained in that struct which allows
to move the cleanup on eof from the audio format handlers to the
virtual streaming system.
aac_afh.c
afh.h
command.c
mp3_afh.c
ogg_afh.c
server.c
server.h
vss.c