add assert to bbl_stream_select_io

This commit is contained in:
Christian Giese
2024-04-29 09:16:37 +00:00
parent a1c61a7817
commit 4f977291d3
+1
View File
@@ -1637,6 +1637,7 @@ bbl_stream_select_io(bbl_stream_s *stream)
io_handle_s *io = stream->tx_interface->io.tx;
io_handle_s *io_iter = io;
assert(io);
while(io_iter) {
if(io_iter->stream_pps < io->stream_pps) {
io = io_iter;