mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-24 14:21:58 +00:00
修复KID寻找异常问题 Fix #529
This commit is contained in:
parent
800ce3d615
commit
a8646eb7e7
@ -72,7 +72,7 @@ namespace Mp4SubtitleParser
|
|||||||
// if (info.Scheme != "cenc") return;
|
// if (info.Scheme != "cenc") return;
|
||||||
|
|
||||||
// find KID
|
// find KID
|
||||||
byte[] tencBytes = [0x74, 0x65, 0x6E, 0x6];
|
byte[] tencBytes = [0x74, 0x65, 0x6E, 0x63];
|
||||||
var tencIndex = -1;
|
var tencIndex = -1;
|
||||||
for (int i = 0; i < data.Length - 4; i++)
|
for (int i = 0; i < data.Length - 4; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user