Several more halfrate fixes:
authorMonty <xiphmont@xiph.org>
Wed, 27 Aug 2003 05:29:24 +0000 (05:29 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 27 Aug 2003 05:29:24 +0000 (05:29 +0000)
commit5ff1f8de3ff347e2ef256a3b5599fa823c34fb73
tree1f705c7a45de8822647ed4e406aaee0f7ce5dd6a
parent938f4699b2390c9a035e15736d06a3bf2c5ff40c
Several more halfrate fixes:

1) crosslapping was using the wrong windowsizes (fullrate for
halfrate) for overlap; this would usually still work fine, so the bug
went unnoticed.

2) fixed a segfault from multiple lapped seeks happening with no
decode happening between.

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