mirror of
https://github.com/nilaoda/N_m3u8DL-RE.git
synced 2025-04-29 14:14:38 +02:00
修复KID寻找异常问题 Fix #529
This commit is contained in:
parent
800ce3d615
commit
a8646eb7e7
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user