mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 09:05:44 +00:00
Fix xchunk processor not resetting input buffer size
This commit is contained in:
parent
2add1ba22d
commit
50808bfad7
@ -53,6 +53,7 @@ void OutputProcessorXChunks::WriteChunk()
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_current_stream = (m_current_stream + 1) % m_stream_count;
|
m_current_stream = (m_current_stream + 1) % m_stream_count;
|
||||||
|
m_input_size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputProcessorXChunks::OutputProcessorXChunks(const int numStreams, const size_t xChunkSize, const size_t xChunkWriteSize)
|
OutputProcessorXChunks::OutputProcessorXChunks(const int numStreams, const size_t xChunkSize, const size_t xChunkWriteSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user