]> git.tuebingen.mpg.de Git - paraslash.git/commit
ogg_afh.c: Switch to ogg vorbis callbacks
authorAndre Noll <maan@systemlinux.org>
Sat, 10 Mar 2007 19:31:00 +0000 (20:31 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 10 Mar 2007 19:31:00 +0000 (20:31 +0100)
commit2df9761968e46b0e12106f2a0586a3a69103c4f1
tree3deb48140363d0a8c7bed5b89132f08973aea9fd
parent570fe965290997289501960672d471b7d732f588
ogg_afh.c: Switch to ogg vorbis callbacks

This allows to call ov_clear() already during ogg_get_file_info() which
in turn simplifies ogg_close_audio_file().

This is a preparation for moving the close function of the audio
format handlers to the virtual streaming system as they all do
essentially the same now.
ogg_afh.c