]> git.sesse.net Git - nageru/commitdiff
Remove a TODO that was fixed a while back.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Jun 2020 10:19:42 +0000 (12:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Jun 2020 10:19:42 +0000 (12:19 +0200)
nageru/mixer.cpp

index 2911dae1d19cc553846fbe66b8871b7c4dd6673c..0efed5aa2d89137eb1bcc7a3baa2be7895984f04 100644 (file)
@@ -1615,7 +1615,6 @@ void Mixer::handle_hotplugged_cards()
 
 #ifdef HAVE_SRT
        // Same, for SRT inputs.
 
 #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);
        for (SRTSOCKET sock : hotplugged_srt_cards_copy) {
                char name[256];
                int namelen = sizeof(name);