mirror of
https://github.com/devine-dl/pywidevine.git
synced 2024-10-30 05:29:21 +00:00
7c91f2c59a
Currently, even though self.version would be 0, it would dump as a version=1 box with key_IDs set to data (where possible). This is because pymp4 sets the version to 1 if key_IDs is set with data, as that would make it a v1 PSSH box. So effectively .dump() and .dumps() forces a v1 box as output even if you loaded or created a v0 box. Fixes #16 |
||
---|---|---|
.. | ||
__init__.py | ||
cdm.py | ||
device.py | ||
exceptions.py | ||
key.py | ||
license_protocol_pb2.py | ||
license_protocol_pb2.pyi | ||
license_protocol.proto | ||
main.py | ||
pssh.py | ||
remotecdm.py | ||
serve.py | ||
session.py | ||
utils.py |