mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
Fixed it, silly typo
This commit is contained in:
@@ -547,8 +547,8 @@ class DolbyAtmosSupplementalMetadata:
|
|||||||
render_modes = []
|
render_modes = []
|
||||||
|
|
||||||
h = BytesIO(data)
|
h = BytesIO(data)
|
||||||
magic = unpack("<I", h.read(4))
|
magic = unpack("<I", h.read(4))[0]
|
||||||
# assert magic == cls.MAGIC, "Magic value was not found"
|
assert magic == cls.MAGIC, "Magic value was not found"
|
||||||
|
|
||||||
object_count = unpack("<H", h.read(2))[0]
|
object_count = unpack("<H", h.read(2))[0]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user