Input browse & batch buttons start browsing at the current input location

MacLib no longer opens the file for writing when decoding
This commit is contained in:
chudov
2008-10-19 11:20:48 +00:00
parent b00e54f20e
commit f6138ce9cc
13 changed files with 170 additions and 435 deletions

View File

@@ -221,18 +221,18 @@ namespace CUEToolsLib
public CUEConfig()
{
fixWhenConfidence = 1;
fixWhenConfidence = 2;
fixWhenPercent = 51;
encodeWhenConfidence = 1;
encodeWhenConfidence = 2;
encodeWhenPercent = 100;
fixOffset = true;
fixOffset = false;
noUnverifiedOutput = false;
writeArTags = true;
writeArLog = true;
autoCorrectFilenames = true;
flacVerify = false;
flacCompressionLevel = 5;
flacCompressionLevel = 8;
preserveHTOA = false;
wvCompressionMode = 1;
wvExtraMode = 0;