Correct ov_read() documentation. Each call decodes at most one
authorRalph Giles <giles@xiph.org>
Tue, 20 Mar 2001 07:39:07 +0000 (07:39 +0000)
committerRalph Giles <giles@xiph.org>
Tue, 20 Mar 2001 07:39:07 +0000 (07:39 +0000)
commitc7dee00e91d106acc9f1dfc31263561ecdf5cb9e
tree53613d83a78318f564885e52f887d23a82c784c6
parentf12703fec5b03049c613ffb3988a1df73a1cbcb5
Correct ov_read() documentation. Each call decodes at most one
vorbis packet and will not necessarily fill the buffer as claimed
in the html docs.

Also removed the wierd clause about *bitstream not returning the
real logical bitstream id in a seekable context. One presumes any
re-writing would happen on the server side.

svn path=/trunk/vorbis/; revision=1385
doc/vorbisfile/ov_read.html
lib/vorbisfile.c