]> git.tuebingen.mpg.de Git - paraslash.git/commit
Create three ogg pages when skipping vorbis comments.
authorAndre Noll <maan@systemlinux.org>
Thu, 10 Feb 2011 20:06:27 +0000 (21:06 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 10 Feb 2011 20:06:27 +0000 (21:06 +0100)
commit3569c4ac0d5b35318e741b0123bc707473261ad9
tree79adb03fb23ae43662410a2c2a5adbba8eae9734
parent28ea59db9b3cd2bd9d6be0f304d951aa550ea4d6
Create three ogg pages when skipping vorbis comments.

This works around a shortcoming in older versions of libogg. It
makes get_header() create a separate ogg page for each of the
three header packets in an ogg/vorbis stream instead of combining
packets #2 and #3.

The patch also adds a couple of debug log messages which print the
size of the individual ogg packets and ogg pages.
ogg_afh.c
ogg_afh_common.c