mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Refactoring: moved Padding and BlockSize from IAudioDest to AudioEncoderSettings;
This commit is contained in:
@@ -98,8 +98,8 @@ namespace CUETools.Processor
|
||||
else
|
||||
throw new Exception("Unsupported audio type: " + path);
|
||||
dest.Settings = encoder.settings;
|
||||
dest.FinalSampleCount = finalSampleCount;
|
||||
dest.Padding = padding;
|
||||
dest.Settings.Padding = padding;
|
||||
dest.FinalSampleCount = finalSampleCount;
|
||||
return dest;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user