leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

MP4Tags.__update_parents corrupts 64-bit atoms #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MP4Tags.__update_parents always tries to update the 32-bit size, which is
set to a special value 1 for 64-bit atoms. Changing this value means that
the atom will have incorrect size and contain "garbage" data (the 64-bit
size, which is no longer used as 64-bit size).

Original issue reported on code.google.com by lalinsky on 24 Jul 2009 at 1:02

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r47.

Original comment by joe.wreschnig@gmail.com on 10 Aug 2009 at 11:42