]> git.tuebingen.mpg.de Git - paraslash.git/commit
kill close_audio_file handler from struct audio format.
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:40:08 +0000 (18:40 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Mar 2007 17:40:08 +0000 (18:40 +0100)
commit0b814bdbb7a3fe018cffee0162dc6c916cfa6879
tree65f3c269965630cfa854cd101944371cfb00825a
parent3a624c04894f5b0fa4a1c0850307b33bf92c8e51
kill close_audio_file handler from struct audio format.

All audio format handlers just did  fclose(), so do this from vss.c
and kill the handler. This also allows to get rid of the global
infile variable in all audio format handlers.
aac_afh.c
afh.h
mp3_afh.c
ogg_afh.c
vss.c