Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Apr 28, 2024
1 parent 47ae38f commit 6b8c2fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rtp/rtcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ int rtcp_msg_print(struct re_printf *pf, const struct rtcp_msg *msg)
err = re_hprintf(pf, "%8s pad=%d count=%-2d pt=%-3d len=%u ",
rtcp_type_name((enum rtcp_type)msg->hdr.pt),
msg->hdr.p,
msg->hdr.count,
msg->hdr.pt, msg->hdr.length);
msg->hdr.count, msg->hdr.pt, msg->hdr.length);
if (err)
return err;

Expand Down

0 comments on commit 6b8c2fb

Please sign in to comment.