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:
@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user