Vorbisfile was always reading very large chunks; a good idea for
authorMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 07:37:36 +0000 (07:37 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 24 Mar 2010 07:37:36 +0000 (07:37 +0000)
commit0a274ec153484420081f153ebb8a22a8b97b74ff
tree2d51cc8a0d5241e742d5fa71abb5082c33a2425a
parent3efb9e123b30cf8b023debd809953f14fb34fa8b
Vorbisfile was always reading very large chunks; a good idea for
seeking/local file playback, a very bad idea for low-rate streaming.

The large chunksize wasn't needed for read performance, just
seek-and-scrub performance.  So add a seperate smaller read size.

svn path=/trunk/vorbis/; revision=17012
lib/vorbisfile.c