mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Groovy. Chunk parser worked on first try.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@808232 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
d367a2f429
commit
0d10ae449c
@ -11,3 +11,5 @@ libriff_la_SOURCES = rifffile.cpp
|
||||
|
||||
taglib_include_HEADERS = rifffile.h
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libriff_la_LIBADD = ./aiff/libaiff.la
|
||||
|
@ -92,5 +92,7 @@ bool RIFF::AIFF::File::save()
|
||||
|
||||
void RIFF::AIFF::File::read(bool readProperties, Properties::ReadStyle /* propertiesStyle */)
|
||||
{
|
||||
|
||||
debug("Found " + String::number(chunkCount()) + " chunks.");
|
||||
for(int i = 0; i < chunkCount(); i++)
|
||||
debug("\t\"" + chunkName(i) + "\"");
|
||||
}
|
||||
|
@ -27,6 +27,7 @@
|
||||
#define TAGLIB_AIFFFILE_H
|
||||
|
||||
#include <rifffile.h>
|
||||
#include <id3v2tag.h>
|
||||
#include <audioproperties.h>
|
||||
|
||||
namespace TagLib {
|
||||
|
Loading…
Reference in New Issue
Block a user