Remove an unnecessary restriction on splitters.

This commit is contained in:
David Reid
2023-01-05 09:37:39 +10:00
parent c371291510
commit 4bb8808bfb
-1
View File
@@ -71566,7 +71566,6 @@ static void ma_splitter_node_process_pcm_frames(ma_node* pNode, const float** pp
MA_ASSERT(pNodeBase != NULL);
MA_ASSERT(ma_node_get_input_bus_count(pNodeBase) == 1);
MA_ASSERT(ma_node_get_output_bus_count(pNodeBase) >= 2);
/* We don't need to consider the input frame count - it'll be the same as the output frame count and we process everything. */
(void)pFrameCountIn;