media: rename data subatoms

This commit is contained in:
mitshell 2017-10-06 22:23:14 +02:00
parent 73786a090d
commit b7959c243b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Atom(Envelope):
# Atom recursive parsing
if self[0].get_val() >= 16:
data = self[2].get_val()
sub = AtomSub()
sub = AtomSub('data')
sub._from_char(Charpy(data))
if sub.get_len() == len(data):
self.replace(self[2], sub)