mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Simplify codec settings. Check for non-Subset FLAC modes.
This commit is contained in:
@@ -187,7 +187,6 @@ namespace CUETools.ALACEnc
|
||||
|
||||
try
|
||||
{
|
||||
settings.Validate();
|
||||
if (stereo_method != null)
|
||||
alac.StereoMethod = Alac.LookupStereoMethod(stereo_method);
|
||||
if (order_method != null)
|
||||
|
||||
Reference in New Issue
Block a user