From: Steinar H. Gunderson Date: Sat, 27 Feb 2016 01:11:14 +0000 (+0100) Subject: The card copy does not need to have a copy of the usb member. X-Git-Tag: 1.2.0~65 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a4b842506735938ae8c4c7ad19fc9b8623e89e93;p=nageru The card copy does not need to have a copy of the usb member. --- diff --git a/mixer.cpp b/mixer.cpp index 878204e..21c3f69 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -519,7 +519,6 @@ void Mixer::thread_func() for (unsigned card_index = 0; card_index < num_cards; ++card_index) { CaptureCard *card = &cards[card_index]; - card_copy[card_index].usb = card->usb; card_copy[card_index].new_data_ready = card->new_data_ready; card_copy[card_index].new_frame = card->new_frame; card_copy[card_index].new_frame_length = card->new_frame_length;