mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Allow non-subset modes for command-line flac encoders by default for now
This commit is contained in:
@@ -147,7 +147,7 @@ namespace CUETools.FlakeExe
|
||||
bool do_seektable = true;
|
||||
bool buffered = false;
|
||||
string coeffs = null;
|
||||
var settings = new FlakeWriterSettings();
|
||||
var settings = new FlakeWriterSettings() { AllowNonSubset = true };
|
||||
#if FINETUNE
|
||||
int finetune_depth = -1;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user