mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.9 release
This commit is contained in:
@@ -219,12 +219,12 @@ namespace CUETools.FlakeExe
|
||||
if (estimation_depth >= 0)
|
||||
flake.EstimationDepth = estimation_depth;
|
||||
if (padding >= 0)
|
||||
flake.PaddingLength = padding;
|
||||
flake.Padding = padding;
|
||||
if (vbr_mode >= 0)
|
||||
flake.VBRMode = vbr_mode;
|
||||
flake.DoMD5 = do_md5;
|
||||
flake.DoSeekTable = do_seektable;
|
||||
flake.DoVerify = do_verify;
|
||||
(flake.Settings as FlakeWriterSettings).DoVerify = do_verify;
|
||||
(flake.Settings as FlakeWriterSettings).DoMD5 = do_md5;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user