Fixed a seeking bug;
authorMonty <xiphmont@xiph.org>
Mon, 3 Apr 2000 09:45:55 +0000 (09:45 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 3 Apr 2000 09:45:55 +0000 (09:45 +0000)
commitec9141a08b19f4f84b162f4ae59d449f7b6eb8e4
tree6631d1ed507afbed1e7fcb86211d3444f3ed0797
parent94b6b160e49bced8c94bcf695f7e04cae666275a
Fixed a seeking bug;

I shot myself int he foot by adding the expected_pageno arg to
stream_reset; it needed the out of sequence trip to skip past
continued packets.

Removed the argument; stream_reset no sets pageno to -1 (not 0 like in
init) so that seeks are flagged; the out of sequence handling trips,
but the -1 surpresses the out of sequence error.

Monty

svn path=/trunk/vorbis/; revision=301
include/vorbis/codec.h
lib/framing.c
lib/res0.c
lib/vorbisfile.c