X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.cpp;h=0efed5aa2d89137eb1bcc7a3baa2be7895984f04;hb=3d7ae61cc383a344b2458bd47ab13ce436311eb1;hp=2911dae1d19cc553846fbe66b8871b7c4dd6673c;hpb=ecaec75dd52d076ba53cafa1fed716ebc0d93da6;p=nageru diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index 2911dae..0efed5a 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -1615,7 +1615,6 @@ void Mixer::handle_hotplugged_cards() #ifdef HAVE_SRT // Same, for SRT inputs. - // TODO: On disconnect and reconnect, we might want to use the stream ID for (SRTSOCKET sock : hotplugged_srt_cards_copy) { char name[256]; int namelen = sizeof(name);