Split Ogg packets larger than 64kb into multiple pages

The implementation is not very efficient, but the current Ogg
code makes it hard to write it properly. :(

Patch by Marc Halbruegge
BUG:171957


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1019459 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Lukáš Lalinský
2009-09-03 17:20:29 +00:00
parent ee7703d29b
commit 67bdd5b8d1
7 changed files with 266 additions and 20 deletions

View File

@ -6,6 +6,7 @@ INCLUDES = \
-I$(top_srcdir)/taglib/mpeg/id3v1 \
-I$(top_srcdir)/taglib/mpeg/id3v2 \
-I$(top_srcdir)/taglib/ogg \
-I$(top_srcdir)/taglib/ogg/vorbis \
-I$(top_srcdir)/taglib/riff \
-I$(top_srcdir)/taglib/riff/aiff \
-I$(top_srcdir)/taglib/mpeg/id3v2/frames
@ -24,7 +25,8 @@ test_runner_SOURCES = \
test_id3v2.cpp \
test_xiphcomment.cpp \
test_riff.cpp \
test_aiff.cpp
test_aiff.cpp \
test_ogg.cpp
if build_tests
TESTS = test_runner