From 26f219c6466541b6383b6c7937677decd73f202a Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 17 Aug 2005 14:13:34 +0000 Subject: [PATCH] Clarify usage of ov_raw_tell a little bit. svn path=/trunk/vorbis/; revision=9767 --- doc/vorbisfile/ov_raw_tell.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/vorbisfile/ov_raw_tell.html b/doc/vorbisfile/ov_raw_tell.html index ed23510..51d03b6 100644 --- a/doc/vorbisfile/ov_raw_tell.html +++ b/doc/vorbisfile/ov_raw_tell.html @@ -17,7 +17,9 @@

declared in "vorbis/vorbisfile.h";

-

Returns the current offset in raw compressed bytes. +

Returns the current offset in raw compressed bytes.

+ +

Note that if you later use ov_raw_seek() to return to this point, you won't generally get back to exactly the same place, due to internal buffering. Also note that a read operation may not cause a change to the current raw offset - only a read that requires reading more data from the underlying data source will do that.



-- 2.7.4