Fix a chaining bug in raw_seeks where seeking out of the current link
authorMonty <xiphmont@xiph.org>
Mon, 26 Apr 2010 14:25:54 +0000 (14:25 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 26 Apr 2010 14:25:54 +0000 (14:25 +0000)
commitc8f5b38839aa049cad168d914a30422bbe83aec7
tree511ea89e721b325adfaca33f135713bce2e83100
parent9948772a6ba90200cbef7bcc68a110638c3c605c
Fix a chaining bug in raw_seeks where seeking out of the current link
would fail due to not reinitializing the decode machinery.

Also correct a minor and a moderate inefficiency that reduces the
necessary number of seek callback in a search operation by about 2/3.

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