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:
@@ -203,11 +203,11 @@ namespace CUETools.ALACEnc
|
||||
if (estimation_depth >= 0)
|
||||
alac.EstimationDepth = estimation_depth;
|
||||
if (padding >= 0)
|
||||
alac.PaddingLength = padding;
|
||||
alac.Padding = padding;
|
||||
if (adaptive_passes >= 0)
|
||||
alac.AdaptivePasses = adaptive_passes;
|
||||
alac.DoSeekTable = do_seektable;
|
||||
alac.DoVerify = do_verify;
|
||||
(alac.Settings as ALACWriterSettings).DoVerify = do_verify;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user