Skip to content

Commit

Permalink
fixe merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotyze committed Sep 3, 2024
1 parent d866e6e commit 30b0fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtprecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ void rtprecv_handle_rtcp(const struct sa *src, struct rtcp_msg *msg,
return;
}

rx->ts_last = tmr_jiffies();
//rx->ts_last = tmr_jiffies();
mtx_unlock(rx->mtx);

pass_rtcp_work(rx, msg);
Expand Down

0 comments on commit 30b0fdf

Please sign in to comment.