State engine change broke seeking because ov_pcm_seek was actually
authorMonty <xiphmont@xiph.org>
Fri, 12 Sep 2003 18:30:16 +0000 (18:30 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 12 Sep 2003 18:30:16 +0000 (18:30 +0000)
commit9c261ff950695302642f85038bcb4f096b7b63b3
treefc003583b1917e65ea4f383ef69652c6830a8da6
parent6a6d1726ca3609726b5059c157d773cc055e5428
State engine change broke seeking because ov_pcm_seek was actually
using _make_decode_ready as a 'make sure decode is ready' even if it
already was.  _make_decode_ready is now a no-op if decode is ready.

Monty

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