mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Converter: stdin/stdout support
This commit is contained in:
@@ -143,7 +143,7 @@ namespace CUETools.Codecs
|
||||
|
||||
public void Close()
|
||||
{
|
||||
if (_finalSampleCount <= 0)
|
||||
if (_finalSampleCount <= 0 && _IO.CanSeek)
|
||||
{
|
||||
long dataLen = _sampleLen * Settings.PCM.BlockAlign;
|
||||
long dataLenPadded = dataLen + (dataLen & 1);
|
||||
|
||||
Reference in New Issue
Block a user