This commit is contained in:
Nirvana
2026-01-27 15:02:54 +01:00
parent efdee98ecd
commit 28e3596ce1
@@ -277,7 +277,7 @@ class MPDRewriter:
return None
@staticmethod
def _extract_kid_from_pssh(self, pssh_b64: str) -> Optional[str]:
def _extract_kid_from_pssh(pssh_b64: str) -> Optional[str]:
"""
Extract first KID from PSSH box (CENC specification).