Vorbisfile could get itself into an uninitialized state if there is a
authorMonty <xiphmont@xiph.org>
Fri, 4 Aug 2000 23:14:08 +0000 (23:14 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 4 Aug 2000 23:14:08 +0000 (23:14 +0000)
commit8c8df05fd00b11820cf16e1a776e5b4728b95b6e
treee6404d49192a2cc4123f94f1f25331e11b8d7558
parent37acb733576a40b31c3723119391c888f673b1ba
Vorbisfile could get itself into an uninitialized state if there is a
hole in the audio data right after a valid set of headers.  Changed
process_packet to keep going without complaint if a hole is found;
later we'll need to revert this to returning (and properly handling)
the 'hole' flag, but there are currently no more detailed error codes
than '-1'.

Monty

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