mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-11-03 20:17:09 +00: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_input_size = 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
OutputProcessorXChunks::OutputProcessorXChunks(const int numStreams, const size_t xChunkSize, const size_t xChunkWriteSize)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user