Make rtp_packet.h public

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 <eladalon@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20075}
This commit is contained in:
Elad Alon
2017-10-02 13:10:01 +02:00
committed by Commit Bot
parent a265da4082
commit c545daf7c5

View File

@ -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",
]