From c545daf7c523774b5ddef7f987931fdf9182b44a Mon Sep 17 00:00:00 2001 From: Elad Alon Date: Mon, 2 Oct 2017 13:10:01 +0200 Subject: [PATCH] Make rtp_packet.h public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This would allow us to limit the visibility of RtpPacketReceived and RtpPacketToSend, when we only want to allocate memory to save the RTP header, and not the metadata. TBR=danilchap@webrtc.org Bug: webrtc:8111 Change-Id: Ic9339189ccc2081d82bdc8def0fb39677458356f Reviewed-on: https://webrtc-review.googlesource.com/5521 Commit-Queue: Elad Alon Reviewed-by: Björn Terelius Cr-Commit-Position: refs/heads/master@{#20075} --- modules/rtp_rtcp/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rtp_rtcp/BUILD.gn b/modules/rtp_rtcp/BUILD.gn index 6e3fb91ba6..122175a773 100644 --- a/modules/rtp_rtcp/BUILD.gn +++ b/modules/rtp_rtcp/BUILD.gn @@ -41,6 +41,7 @@ rtc_source_set("rtp_rtcp_format") { "source/rtcp_packet/transport_feedback.h", "source/rtcp_packet/voip_metric.h", "source/rtp_header_extensions.h", + "source/rtp_packet.h", "source/rtp_packet_received.h", "source/rtp_packet_to_send.h", ] @@ -75,7 +76,6 @@ rtc_source_set("rtp_rtcp_format") { "source/rtp_header_extension_map.cc", "source/rtp_header_extensions.cc", "source/rtp_packet.cc", - "source/rtp_packet.h", "source/rtp_packet_received.cc", ]