multiplex: Remove unnecessary comments

This commit is contained in:
Heikki Tampio 2023-06-26 15:54:26 +03:00
parent 31f3eff175
commit 94624e71f1
1 changed files with 0 additions and 1 deletions

View File

@ -533,7 +533,6 @@ void uvgrtp::reception_flow::process_packet(int rce_flags)
uint8_t* ptr = (uint8_t*)ring_buffer_[ring_read_index_].data;
/* -------------------- SSRC checks -------------------- */
uint32_t rtp_ssrc = ntohl(*(uint32_t*)&ptr[8]);
uint32_t current_ssrc = p.first.get()->load();
bool found = false;