diff --git a/src/N_m3u8DL-RE.Parser/Mp4/MP4InitUtil.cs b/src/N_m3u8DL-RE.Parser/Mp4/MP4InitUtil.cs index c1b2cda..2b24891 100644 --- a/src/N_m3u8DL-RE.Parser/Mp4/MP4InitUtil.cs +++ b/src/N_m3u8DL-RE.Parser/Mp4/MP4InitUtil.cs @@ -72,7 +72,7 @@ namespace Mp4SubtitleParser // if (info.Scheme != "cenc") return; // find KID - byte[] tencBytes = [0x74, 0x65, 0x6E, 0x6]; + byte[] tencBytes = [0x74, 0x65, 0x6E, 0x63]; var tencIndex = -1; for (int i = 0; i < data.Length - 4; i++) {