mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Merge branch 'dev' into code-cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user