]> granicus.if.org Git - taglib/commit
Proper handling of MP4 atoms with zero length.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 2 Nov 2016 06:44:50 +0000 (15:44 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 2 Nov 2016 06:44:50 +0000 (15:44 +0900)
commitf5ca097379b270d1f92368e283d30f8703161645
tree6fe5f10a5153f92505d788e024bc22fdbdf30669
parenteb6d058ab93ffcfbe00878a3aba6ffc1ac7d3df6
Proper handling of MP4 atoms with zero length.

If the size of an atom is 0, it designates the last atom which extends to the end of the file.
taglib/mp4/mp4atom.cpp
tests/data/zero-length-mdat.m4a [new file with mode: 0644]
tests/test_mp4.cpp