Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-tworek committed Nov 24, 2023
1 parent 5de9e46 commit 6cabdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fn is_rtcp(packets: &[RtcpPacket]) -> bool {
RtcpPacket::SenderReport(_)
| RtcpPacket::ReceiverReport(_)
| RtcpPacket::Goodbye(_)
| RtcpPacket::PayloadSpecificFeedback(_)
| RtcpPacket::PayloadSpecificFeedback
) {
return false;
}
Expand Down

0 comments on commit 6cabdd8

Please sign in to comment.