Single link files seeking fixes:
authorMonty <xiphmont@xiph.org>
Thu, 28 Feb 2002 04:12:48 +0000 (04:12 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 28 Feb 2002 04:12:48 +0000 (04:12 +0000)
commitd8282fdb331ab1a46ed590797d335c83945365b8
treecd931d3d3d922891b56af8726c3a579811490aaa
parent48e5deaf3c06fcc60dfc138f3a6ce8166bfc266a
Single link files seeking fixes:

fix pcm exact seeking at very beginning (a rejected packet was being
interpreted as a negative pcm offset) and very end of files (short
final frames require processing from previous page's granulepos to get
length of final frame correct)

svn path=/trunk/vorbis/; revision=3115
examples/encoder_example.c
examples/seeking_example.c
include/vorbis/codec.h
lib/block.c
lib/mapping0.c
lib/synthesis.c
lib/vorbisfile.c