Patch from Barry Bouwsma:
authorMike Smith <msmith@xiph.org>
Wed, 21 Jul 2004 01:35:06 +0000 (01:35 +0000)
committerMike Smith <msmith@xiph.org>
Wed, 21 Jul 2004 01:35:06 +0000 (01:35 +0000)
commit5f3af33466d2c600424d3ff2525b766005d126e5
tree41a683accb3616b1d84a2438567c3b908a8a89ef
parent7385004c0cd8c3533bae0ed413f0527ad3731dc0
Patch from Barry Bouwsma:

The problem was in using an int for the return value of a 64-bit
function.  All other references to this function in this source file
use a proper 64-bit value.  This function returns the offset within
the file, and this int wraps to <0 at 2GB, causing an EOS to be
returned for any offset at any further point in a larger file.

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