mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 11:36:40 +00:00
Merge branch 'dev' into code-cleanup
This commit is contained in:
commit
e2751d42e8
345 changed files with 2991 additions and 3236 deletions
|
|
@ -52,7 +52,7 @@ namespace UniversalDetector.Core
|
|||
public BitPackage classTable;
|
||||
public BitPackage stateTable;
|
||||
public int[] charLenTable;
|
||||
|
||||
|
||||
private string name;
|
||||
|
||||
public string Name => name;
|
||||
|
|
@ -70,10 +70,10 @@ namespace UniversalDetector.Core
|
|||
this.charLenTable = charLenTable;
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
||||
public int GetClass(byte b)
|
||||
{
|
||||
return classTable.Unpack((int)b);
|
||||
{
|
||||
return classTable.Unpack((int)b);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue