support exporting VideoClips with a size above 2gb. close #765
This commit is contained in:
@@ -58,7 +58,7 @@ namespace AssetStudio
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsSerializedFile()
|
||||
private bool IsSerializedFile()
|
||||
{
|
||||
var fileSize = BaseStream.Length;
|
||||
if (fileSize < 20)
|
||||
|
||||
Reference in New Issue
Block a user