mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 15:58:28 -05:00
Fix xchunk processor not resetting input buffer size
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user