support exporting VideoClips with a size above 2gb. close #765

This commit is contained in:
Perfare
2021-07-02 03:26:46 +08:00
parent 17b91984d6
commit 850ba63a10
7 changed files with 47 additions and 36 deletions

View File

@@ -58,7 +58,7 @@ namespace AssetStudio
}
}
public bool IsSerializedFile()
private bool IsSerializedFile()
{
var fileSize = BaseStream.Length;
if (fileSize < 20)