(MP3): increased sync search threshold.

This commit is contained in:
morkt 2018-05-29 16:31:44 +04:00
parent a9896cc2e3
commit 317ef8de44

View File

@ -94,7 +94,7 @@ namespace GameRes.Formats
public override uint Signature { get { return 0; } }
public override bool CanWrite { get { return false; } }
const int SyncSearchThreshold = 0x280;
const int SyncSearchThreshold = 0x300;
public override SoundInput TryOpen (IBinaryStream file)
{