]> git.tuebingen.mpg.de Git - paraslash.git/commit
simplify ogg_compute_chunk_table()
authorAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 22:54:17 +0000 (23:54 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 Mar 2007 22:54:17 +0000 (23:54 +0100)
commitec48b7d6022f59f509cedcbdd635979e37671d4e
treeafad6bc5adc83b4547956eaa041d0043367f9615
parent26330e38b94e355e2767742d3f0d7415ceb7d908
simplify ogg_compute_chunk_table()

it rewinds the input file on entry and on exit. Do this in the caller instead
which allows to get rid of the file parameter in ogg_compute_chunk_table().
ogg_afh.c