summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2001-03-20 08:04:05 +0000
committerRalph Giles <giles@xiph.org>2001-03-20 08:04:05 +0000
commit6e5675f78dce46eef7f570cef78eda661d7581c5 (patch)
treec2fea1996efdb9064ebe37c39067417efd621e38 /lib
parentc7dee00e91d106acc9f1dfc31263561ecdf5cb9e (diff)
downloadlibvorbis-git-6e5675f78dce46eef7f570cef78eda661d7581c5.tar.gz
put back the bit about the bitstream index. Didn't realize it was
talking about the chaining index, rather than the logical bitstream serialno. svn path=/trunk/vorbis/; revision=1386
Diffstat (limited to 'lib')
-rw-r--r--lib/vorbisfile.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/vorbisfile.c b/lib/vorbisfile.c
index af790776..7b910102 100644
--- a/lib/vorbisfile.c
+++ b/lib/vorbisfile.c
@@ -11,7 +11,7 @@
********************************************************************
function: stdio-based convenience library for opening/seeking/decoding
- last mod: $Id: vorbisfile.c,v 1.42 2001/03/20 07:39:07 giles Exp $
+ last mod: $Id: vorbisfile.c,v 1.43 2001/03/20 08:04:05 giles Exp $
********************************************************************/
@@ -1104,7 +1104,11 @@ int host_is_big_endian() {
ov_read returns the sequential logical bitstream number currently
being decoded along with the PCM data in order that the toplevel
- application can take action on channel/sample rate changes.
+ application can take action on channel/sample rate changes. This
+ number will be incremented even for streamed (non-seekable) streams
+ (for seekable streams, it represents the actual logical bitstream
+ index within the physical bitstream. Note that the accessor
+ functions above are aware of this dichotomy).
input values: buffer) a buffer to hold packed PCM data for return
length) the byte length requested to be placed into buffer