diff options
author | Michele Calgaro <[email protected]> | 2024-04-12 12:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-04-12 12:42:48 +0900 |
commit | 2eda7f08c699160b1f42a0a66156559fa5479778 (patch) | |
tree | c70495e0aaf33dceb41c8b4403cb58c532efebb3 /src/metadata/m4a/mp4mdiabox.h | |
parent | 4e11f456f02a652398cc1bc8530b111c4e3d8933 (diff) | |
download | soundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.tar.gz soundkonverter-2eda7f08c699160b1f42a0a66156559fa5479778.zip |
Add support for taglib 2
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/metadata/m4a/mp4mdiabox.h')
-rw-r--r-- | src/metadata/m4a/mp4mdiabox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/m4a/mp4mdiabox.h b/src/metadata/m4a/mp4mdiabox.h index 16503bd..da63105 100644 --- a/src/metadata/m4a/mp4mdiabox.h +++ b/src/metadata/m4a/mp4mdiabox.h @@ -32,7 +32,7 @@ namespace TagLib class Mp4MdiaBox: public Mp4IsoBox { public: - Mp4MdiaBox( TagLib::File* file, MP4::Fourcc fourcc, TagLib::uint size, long offset ); + Mp4MdiaBox( TagLib::File* file, MP4::Fourcc fourcc, uint size, long offset ); ~Mp4MdiaBox(); //! parse mdia contents |