ext/vorbis/vorbisdec.c: When calculating the first timestamp of the buffers, don...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 21 Aug 2007 12:08:43 +0000 (12:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 21 Aug 2007 12:08:43 +0000 (12:08 +0000)
commit8da7f5ece9c5953e2e7b3946b2201003217f6ff1
tree2db64b94e97e49a3dece81f1002ec5b389187f6e
parent9a32184a050130d4fa1216d17354623ba2ef4616
ext/vorbis/vorbisdec.c: When calculating the first timestamp of the buffers, don't go below 0 and clip the samples be...

Original commit message from CVS:
* ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
When calculating the first timestamp of the buffers, don't go below 0
and clip the samples because the offset was on the eos page.
Fixes #466717.
ChangeLog
ext/vorbis/vorbisdec.c