mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
UI revamp
This commit is contained in:
@@ -408,6 +408,8 @@ namespace CUETools.Codecs
|
||||
_dataOffset = (ulong)pos;
|
||||
if (!_IO.CanSeek || _IO.Length <= maxFileSize)
|
||||
{
|
||||
if (ckSize == 0x7fffffff)
|
||||
throw new Exception("WAVE stream length unknown");
|
||||
_dataLen = ckSize;
|
||||
}
|
||||
else
|
||||
@@ -750,6 +752,8 @@ namespace CUETools.Codecs
|
||||
try
|
||||
{
|
||||
started = _encoderProcess.Start();
|
||||
if (started)
|
||||
_encoderProcess.PriorityClass = Process.GetCurrentProcess().PriorityClass;
|
||||
}
|
||||
catch (Exception _ex)
|
||||
{
|
||||
@@ -837,6 +841,8 @@ namespace CUETools.Codecs
|
||||
try
|
||||
{
|
||||
started = _decoderProcess.Start();
|
||||
if (started)
|
||||
_decoderProcess.PriorityClass = Process.GetCurrentProcess().PriorityClass;
|
||||
}
|
||||
catch (Exception _ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user