diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-12 12:42:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-13 20:04:16 +0900 |
| commit | f2bd39a3d6ca8d34615d3f8dea58aac249a511a0 (patch) | |
| tree | 144605aa73f30ae139ad180230d7d21ff3d8737f /src/metadata/m4a/mp4isofullbox.cpp | |
| parent | 18bdfb200cdb167f6e10ead03c19544e48510277 (diff) | |
| download | soundkonverter-f2bd39a3.tar.gz soundkonverter-f2bd39a3.zip | |
Add support for taglib 2r14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2eda7f08c699160b1f42a0a66156559fa5479778)
Diffstat (limited to 'src/metadata/m4a/mp4isofullbox.cpp')
| -rw-r--r-- | src/metadata/m4a/mp4isofullbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metadata/m4a/mp4isofullbox.cpp b/src/metadata/m4a/mp4isofullbox.cpp index f938ad4..b104681 100644 --- a/src/metadata/m4a/mp4isofullbox.cpp +++ b/src/metadata/m4a/mp4isofullbox.cpp @@ -55,12 +55,12 @@ void MP4::Mp4IsoFullBox::parsebox() parse(); } -TagLib::uchar MP4::Mp4IsoFullBox::version() +uchar MP4::Mp4IsoFullBox::version() { return d->version; } -TagLib::uint MP4::Mp4IsoFullBox::flags() +uint MP4::Mp4IsoFullBox::flags() { return d->flags; } |
