Skip to content

Commit

Permalink
Fix typo in XR.hpp (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
aggresss authored Dec 30, 2024
1 parent 1329a43 commit 39367b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/include/RTC/RTCP/XR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace RTC
CommonHeader* header{ nullptr };

private:
uint8_t raw[Packet::CommonHeaderSize] = { 0 };
uint8_t raw[CommonHeaderSize] = { 0 };
};

class ExtendedReportPacket : public Packet
Expand Down

0 comments on commit 39367b5

Please sign in to comment.