Gagravarr / VorbisJava

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

Ogg Page size on empty pages #19

Closed andrm closed 8 years ago

andrm commented 8 years ago

Hi,

if the current buffers are empty, then 0 is returned, but the minimum size for an ogg page is 27.

(Sorry for the pom changes, please ignore them).

Gagravarr commented 8 years ago

I've had a go at tackling this slightly differently. The result (including unit test) is in dda4fb1, are you able to test that and confirm if it works correctly for your use-case too?

andrm commented 8 years ago

Works for me / looks great.