]> git.tuebingen.mpg.de Git - paraslash.git/commit
kill the read_chunk handler of struct audio_format handler
authorAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 21:31:52 +0000 (22:31 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 21:31:52 +0000 (22:31 +0100)
commit4cfbdce5e460934d4724cac63aa718ea6c7af199
treea2c8326c09e5049d169948f46b4c5c760b83b65d
parentaee7bc654a67f45556ad2c6dc0e98a06bc95c8ff
kill the read_chunk handler of struct audio_format handler

chunks are now read by vss_read_chunk(), i.e. the same function is
used for all audio formats.
aac_afh.c
afh.h
mp3_afh.c
ogg_afh.c
vss.c