(options)
| 1552 | |
| 1553 | ############################################# |
| 1554 | def ResolveEncryptionKeys(options): |
| 1555 | for key_spec in options.encryption_key.split(','): |
| 1556 | options.key_infos.append(KeySpecToKeyInfo(options, key_spec)) |
| 1557 | |
| 1558 | ############################################# |
| 1559 | # Compute a list of all unique KIDs and associated keys for a list of tracks |
no test coverage detected