Commit ffb8b4fc authored by Max Kellermann's avatar Max Kellermann

output/Internal: add method ClearTailChunk()

parent f86d6b01
......@@ -433,6 +433,10 @@ public:
return IsChunkConsumed(chunk);
}
void ClearTailChunk(const MusicChunk &chunk) {
pipe.ClearTail(chunk);
}
private:
void CommandFinished();
......
......@@ -278,7 +278,7 @@ MultipleOutputs::ClearTailChunk(const MusicChunk *chunk,
continue;
}
ao->pipe.ClearTail(*chunk);
ao->ClearTailChunk(*chunk);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment