Gagravarr / VorbisJava

A library for working with Ogg Vorbis files
Apache License 2.0
128 stars 26 forks source link

Investigate checksum code #5

Closed Gagravarr closed 10 years ago

Gagravarr commented 10 years ago

Currently, on quite a few files, we're logging errors like:

 Warning - invalid checksum on page 115 of stream 3aa5a330 (983933744)
 Warning - invalid checksum on page 117 of stream 3aa5a330 (983933744)

This has also been reported in TIKA-1112. Given that the other Ogg tools don't report issues with these files, it looks like it might be a bug in our checksum code

Gagravarr commented 10 years ago

Hopefully this was fixed in 8454694ac18e6b2553db93349dd0ca0a89c40c32 - all the test files now parser without this warning